DslDefinitionModelHelpKeywordHelperBase.HelpKeywords Property
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.
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)