DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与给定域属性关联的帮助关键字。
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
返回
Help 关键字; 如果没有关联的 help 关键字,则为空字符串。