Method | Description | |
---|---|---|
GetDomainPropertyHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainProperty ) : string |
Gets the help keyword associated with the given domain property.
|
|
GetDomainRoleHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainRole ) : string |
Gets the help keyword associated with the given domain role.
|
|
GetHelpKeyword ( global::Microsoft.VisualStudio.Modeling modelElement ) : string |
Gets the help keyword associated with the given shape or model element instance.
|
Method | Description | |
---|---|---|
Initialize ( ) : void |
Called to initialize the HelpKeywords dictionary. Derived classes may override this to add custom keywords to the collection.
|
|
nHydrateHelpKeywordHelperBase ( ) |
Constructs a new nHydrateHelpKeywordHelperBase.
|
public GetDomainPropertyHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainProperty ) : string | ||
domainProperty | global::Microsoft.VisualStudio.Modeling | |
return | string |
public GetDomainRoleHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainRole ) : string | ||
domainRole | global::Microsoft.VisualStudio.Modeling | |
return | string |
public GetHelpKeyword ( global::Microsoft.VisualStudio.Modeling modelElement ) : string | ||
modelElement | global::Microsoft.VisualStudio.Modeling | |
return | string |