DslDefinitionModelHelpKeywordHelperBase.GetHelpKeyword(ModelElement) 方法

定义

获取与给定形状或模型元素实例关联的帮助关键字。

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

参数

modelElement
ModelElement

返回

String

Help 关键字; 如果没有关联的 help 关键字,则为空字符串。

适用于