DslDefinitionModelHelpKeywordHelperBase Class
Helper class used to map shapes and model elements to F1 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 MustInherit Class DslDefinitionModelHelpKeywordHelperBase
public abstract class DslDefinitionModelHelpKeywordHelperBase
public ref class DslDefinitionModelHelpKeywordHelperBase abstract
[<AbstractClass>]
type DslDefinitionModelHelpKeywordHelperBase = class end
public abstract class DslDefinitionModelHelpKeywordHelperBase
The DslDefinitionModelHelpKeywordHelperBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DslDefinitionModelHelpKeywordHelperBase | Constructs a new DslDefinitionModelHelpKeywordHelperBase. |
Top
Properties
Name | Description | |
---|---|---|
HelpKeywords |
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. | |
GetDomainRoleHelpKeyword | Gets the help keyword associated with the given domain role. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHelpKeyword | Gets the help keyword associated with the given shape or model element instance. | |
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. | |
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
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.