Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the help keyword associated with the given domain role.
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 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
- domainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
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.