Share via


DslDefinitionModelHelpKeywordHelperBase.HelpKeywords Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
Protected ReadOnly Property HelpKeywords As IDictionary(Of String, String)
'Usage
Dim value As IDictionary(Of String, String)

value = Me.HelpKeywords
protected IDictionary<string, string> HelpKeywords { get; }
protected:
property IDictionary<String^, String^>^ HelpKeywords {
    IDictionary<String^, String^>^ get ();
}
protected function get HelpKeywords () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

.NET Framework Security

See Also

Reference

DslDefinitionModelHelpKeywordHelperBase Class

DslDefinitionModelHelpKeywordHelperBase Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace