DslDefinitionModelHelpKeywordHelperBase Class

 

Helper class used to map shapes and model elements to F1 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 DslDefinitionModelHelpKeywordHelperBase abstract 

NameDescription
System_CAPS_protmethodDslDefinitionModelHelpKeywordHelperBase()

Constructs a new DslDefinitionModelHelpKeywordHelperBase.

NameDescription
System_CAPS_protpropertyHelpKeywords

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.

System_CAPS_pubmethodGetDomainRoleHelpKeyword(DomainRoleInfo^)

Gets the help keyword associated with the given domain role.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHelpKeyword(ModelElement^)

Gets the help keyword associated with the given shape or model element instance.

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.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: