DslDefinitionModelHelpKeywordHelper Class

 

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

Namespace:   Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

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

public ref class DslDefinitionModelHelpKeywordHelper : DslDefinitionModelHelpKeywordHelperBase

NameDescription
System_CAPS_protmethodDslDefinitionModelHelpKeywordHelper()

Constructs a new DslDefinitionModelHelpKeywordHelper.

NameDescription
System_CAPS_protpropertyHelpKeywords
System_CAPS_pubpropertySystem_CAPS_staticInstance

Single instance of the DslDefinitionModelHelpKeywordHelper.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDomainPropertyHelpKeyword(DomainPropertyInfo^)

Gets the help keyword associated with the given domain property.(Inherited from DslDefinitionModelHelpKeywordHelperBase.)

System_CAPS_pubmethodGetDomainRoleHelpKeyword(DomainRoleInfo^)

Gets the help keyword associated with the given domain role.(Inherited from DslDefinitionModelHelpKeywordHelperBase.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHelpKeyword(ModelElement^)

Gets the help keyword associated with the given shape or model element instance.(Inherited from DslDefinitionModelHelpKeywordHelperBase.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitialize()

Called to initialize the HelpKeywords dictionary. Derived classes may override this to add custom keywords to the collection.(Inherited from DslDefinitionModelHelpKeywordHelperBase.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Double-derived class to allow easier code customization.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: