Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
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
Protected method DslDefinitionModelHelpKeywordHelper Constructs a new DslDefinitionModelHelpKeywordHelper.

Top

Properties

  Name Description
Protected property HelpKeywords (Inherited from DslDefinitionModelHelpKeywordHelperBase.)
Public propertyStatic member Instance Single instance of the DslDefinitionModelHelpKeywordHelper.

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. (Inherited from DslDefinitionModelHelpKeywordHelperBase.)
Public method GetDomainRoleHelpKeyword Gets the help keyword associated with the given domain role. (Inherited from DslDefinitionModelHelpKeywordHelperBase.)
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. (Inherited from DslDefinitionModelHelpKeywordHelperBase.)
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. (Inherited from DslDefinitionModelHelpKeywordHelperBase.)
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

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.

See Also

Reference

Microsoft.VisualStudio.Modeling.DslDefinition Namespace