다음을 통해 공유


DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword Method

Gets the help keyword associated with the given domain property.

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

Syntax

‘선언
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: System.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