DslDefinitionModelHelpKeywordHelperBase.HelpKeywords Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Protected ReadOnly Property HelpKeywords As IDictionary(Of String, String)
Get
protected IDictionary<string, string> HelpKeywords { get; }
protected:
property IDictionary<String^, String^>^ HelpKeywords {
IDictionary<String^, String^>^ get ();
}
member HelpKeywords : IDictionary<string, string>
function get HelpKeywords () : IDictionary<String, String>
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.