DslDefinitionModelHelpKeywordHelper Class
Helper class used to map shapes and model elements to help keywords.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelHelpKeywordHelperBase
Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelHelpKeywordHelper
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Class DslDefinitionModelHelpKeywordHelper _
Inherits DslDefinitionModelHelpKeywordHelperBase
public class DslDefinitionModelHelpKeywordHelper : DslDefinitionModelHelpKeywordHelperBase
public ref class DslDefinitionModelHelpKeywordHelper : public DslDefinitionModelHelpKeywordHelperBase
type DslDefinitionModelHelpKeywordHelper =
class
inherit DslDefinitionModelHelpKeywordHelperBase
end
public class DslDefinitionModelHelpKeywordHelper extends DslDefinitionModelHelpKeywordHelperBase
The DslDefinitionModelHelpKeywordHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DslDefinitionModelHelpKeywordHelper | Constructs a new DslDefinitionModelHelpKeywordHelper. |
Top
Properties
Name | Description | |
---|---|---|
HelpKeywords | (Inherited from DslDefinitionModelHelpKeywordHelperBase.) | |
Instance | Single instance of the DslDefinitionModelHelpKeywordHelper. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDomainPropertyHelpKeyword | Gets the help keyword associated with the given domain property. (Inherited from DslDefinitionModelHelpKeywordHelperBase.) | |
GetDomainRoleHelpKeyword | Gets the help keyword associated with the given domain role. (Inherited from DslDefinitionModelHelpKeywordHelperBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHelpKeyword | Gets the help keyword associated with the given shape or model element instance. (Inherited from DslDefinitionModelHelpKeywordHelperBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Called to initialize the HelpKeywords dictionary. Derived classes may override this to add custom keywords to the collection. (Inherited from DslDefinitionModelHelpKeywordHelperBase.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Double-derived class to allow easier code customization.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.