DslDefinitionModelHelpKeywordHelperBase Class

Helper class used to map shapes and model elements to F1 help keywords.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelHelpKeywordHelperBase
    Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelHelpKeywordHelper

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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
Protected method DslDefinitionModelHelpKeywordHelperBase Constructs a new DslDefinitionModelHelpKeywordHelperBase.

Top

Properties

  Name Description
Protected property HelpKeywords

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDomainPropertyHelpKeyword Gets the help keyword associated with the given domain property.
Public method GetDomainRoleHelpKeyword Gets the help keyword associated with the given domain role.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHelpKeyword Gets the help keyword associated with the given shape or model element instance.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize Called to initialize the HelpKeywords dictionary. Derived classes may override this to add custom keywords to the collection.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Modeling.DslDefinition Namespace