DslDefinitionModelHelpKeywordHelperBase.GetHelpKeyword Method
Gets the help keyword associated with the given shape or model element instance.
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 GetHelpKeyword ( _
modelElement As ModelElement _
) As String
public virtual string GetHelpKeyword(
ModelElement modelElement
)
public:
virtual String^ GetHelpKeyword(
ModelElement^ modelElement
)
abstract GetHelpKeyword :
modelElement:ModelElement -> string
override GetHelpKeyword :
modelElement:ModelElement -> string
public function GetHelpKeyword(
modelElement : ModelElement
) : String
Parameters
- modelElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: 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.