DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword Method

Gets the help keyword associated with the given domain property.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Overridable Function GetDomainPropertyHelpKeyword ( _
    domainProperty As DomainPropertyInfo _
) As String
public virtual string GetDomainPropertyHelpKeyword(
    DomainPropertyInfo domainProperty
)
public:
virtual String^ GetDomainPropertyHelpKeyword(
    DomainPropertyInfo^ domainProperty
)
abstract GetDomainPropertyHelpKeyword : 
        domainProperty:DomainPropertyInfo -> string  
override GetDomainPropertyHelpKeyword : 
        domainProperty:DomainPropertyInfo -> string
public function GetDomainPropertyHelpKeyword(
    domainProperty : DomainPropertyInfo
) : String

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

DslDefinitionModelHelpKeywordHelperBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace