Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'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: System.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.