Share via


DslDefinitionModelHelpKeywordHelperBase.GetHelpKeyword(ModelElement) Method

Definition

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

public:
 virtual System::String ^ GetHelpKeyword(Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
public virtual string GetHelpKeyword (Microsoft.VisualStudio.Modeling.ModelElement modelElement);
abstract member GetHelpKeyword : Microsoft.VisualStudio.Modeling.ModelElement -> string
override this.GetHelpKeyword : Microsoft.VisualStudio.Modeling.ModelElement -> string
Public Overridable Function GetHelpKeyword (modelElement As ModelElement) As String

Parameters

modelElement
ModelElement

Returns

Help keyword, or empty string if there is no associated help keyword.

Applies to