DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword 方法

定义

获取与给定域属性关联的帮助关键字。

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

参数

domainProperty
DomainPropertyInfo

返回

String

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

适用于