DslDefinitionModelHelpKeywordHelperBase.GetHelpKeyword(ModelElement) 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 shape or model element instance.
public:
virtual System::String ^ GetHelpKeyword(Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
public virtual string GetHelpKeyword (Microsoft.VisualStudio.Modeling.ModelElement modelElement);
abstract member GetHelpKeyword : Microsoft.VisualStudio.Modeling.ModelElement -> string
override this.GetHelpKeyword : Microsoft.VisualStudio.Modeling.ModelElement -> string
Public Overridable Function GetHelpKeyword (modelElement As ModelElement) As String
Parameters
- modelElement
- ModelElement
Returns
Help keyword, or empty string if there is no associated help keyword.