Share via


DslDefinitionModelHelpKeywordHelperBase.HelpKeywords Property

Definition

Collection of key/value pairs describing help keywords for this DSL. Keys are strings such as domain class names that describe elements of the DSL. Values are corresponding help keywords.

protected:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ HelpKeywords { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
protected System.Collections.Generic.IDictionary<string,string> HelpKeywords { get; }
member this.HelpKeywords : System.Collections.Generic.IDictionary<string, string>
Protected ReadOnly Property HelpKeywords As IDictionary(Of String, String)

Property Value

Applies to