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
- domainProperty
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Return Value
Type: String
Help keyword, or empty string if there is no associated help keyword.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.