共用方式為


DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword 方法

取得與指定的網域屬性相關聯的 help 關鍵字。

命名空間:  Microsoft.VisualStudio.Modeling.DslDefinition
組件:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)

語法

'宣告
Public Overridable Function GetDomainPropertyHelpKeyword ( _
    domainProperty As DomainPropertyInfo _
) As String
public virtual string GetDomainPropertyHelpKeyword(
    DomainPropertyInfo domainProperty
)

參數

傳回值

型別:System.String
如果沒有任何相關聯的 help 關鍵字,幫助關鍵字或空字串。

.NET Framework 安全性

請參閱

參考

DslDefinitionModelHelpKeywordHelperBase 類別

Microsoft.VisualStudio.Modeling.DslDefinition 命名空間