DslDefinitionModelHelpKeywordHelperBase.GetDomainPropertyHelpKeyword(DomainPropertyInfo) Methode

Definition

Ruft das der angegebenen Domänen Eigenschaft zugeordnete Hilfe Schlüsselwort ab.

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

Parameter

domainProperty
DomainPropertyInfo

Gibt zurück

String

Hilfe Schlüsselwort oder leere Zeichenfolge, wenn kein zugehöriges Hilfe Schlüsselwort vorhanden ist.

Gilt für