DslDefinitionModelHelpKeywordHelperBase.HelpKeywords 属性

定义

描述此 DSL 的帮助关键字的键/值对的集合。 键是描述 DSL 元素的字符串,例如域类名称。 值是对应的帮助关键字。

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)

属性值

IDictionary<String,String>

适用于