Share via


DslDefinitionModelHelpKeywordHelperBase.GetDomainRoleHelpKeyword Method

Definition

Gets the help keyword associated with the given domain role.

public:
 virtual System::String ^ GetDomainRoleHelpKeyword(Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ domainRole);
public virtual string GetDomainRoleHelpKeyword (Microsoft.VisualStudio.Modeling.DomainRoleInfo domainRole);
abstract member GetDomainRoleHelpKeyword : Microsoft.VisualStudio.Modeling.DomainRoleInfo -> string
override this.GetDomainRoleHelpKeyword : Microsoft.VisualStudio.Modeling.DomainRoleInfo -> string
Public Overridable Function GetDomainRoleHelpKeyword (domainRole As DomainRoleInfo) As String

Parameters

domainRole
DomainRoleInfo

Returns

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

Applies to