DslDefinitionModelHelpKeywordHelperBase.GetDomainRoleHelpKeyword Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.