Share via


DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword Method

Definition

Gets the help keyword associated with the given domain property.

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

Parameters

domainProperty
DomainPropertyInfo

Returns

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

Applies to