DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.