Bagikan melalui


DslDefinitionModelHelpKeywordHelperBase.GetDomainRoleHelpKeyword Method

Gets the help keyword associated with the given domain role.

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 GetDomainRoleHelpKeyword ( _
    domainRole As DomainRoleInfo _
) As String
public virtual string GetDomainRoleHelpKeyword(
    DomainRoleInfo domainRole
)
public:
virtual String^ GetDomainRoleHelpKeyword(
    DomainRoleInfo^ domainRole
)
abstract GetDomainRoleHelpKeyword : 
        domainRole:DomainRoleInfo -> string  
override GetDomainRoleHelpKeyword : 
        domainRole:DomainRoleInfo -> string
public function GetDomainRoleHelpKeyword(
    domainRole : DomainRoleInfo
) : String

Parameters

Return Value

Type: 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