Freigeben über


DslDefinitionModelHelpKeywordHelperBase.GetHelpKeyword Method

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

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

Syntax

'Declaration
Public Overridable Function GetHelpKeyword ( _
    modelElement As ModelElement _
) As String
public virtual string GetHelpKeyword(
    ModelElement modelElement
)
public:
virtual String^ GetHelpKeyword(
    ModelElement^ modelElement
)
abstract GetHelpKeyword : 
        modelElement:ModelElement -> string 
override GetHelpKeyword : 
        modelElement:ModelElement -> string 
public function GetHelpKeyword(
    modelElement : ModelElement
) : String

Parameters

Return Value

Type: System.String
Help keyword, or empty string if there is no associated help keyword.

.NET Framework Security

See Also

Reference

DslDefinitionModelHelpKeywordHelperBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace