DslDefinitionModelHelpKeywordHelperBase.HelpKeywords 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述此 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)