获取由指定设置及其值构成的字典。
命名空间: Microsoft.Data.Schema.Tools.Settings.Internal
程序集: Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)
语法
声明
Protected Overridable ReadOnly Property SettingProperties As Dictionary(Of String, PropertyDescriptor)
Get
protected virtual Dictionary<string, PropertyDescriptor> SettingProperties { get; }
protected:
virtual property Dictionary<String^, PropertyDescriptor^>^ SettingProperties {
Dictionary<String^, PropertyDescriptor^>^ get ();
}
abstract SettingProperties : Dictionary<string, PropertyDescriptor>
override SettingProperties : Dictionary<string, PropertyDescriptor>
function get SettingProperties () : Dictionary<String, PropertyDescriptor>
属性值
类型:System.Collections.Generic.Dictionary<String, PropertyDescriptor>
一个字典,其中的每一项都由名称和表示其设置值的属性描述符组成。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
VSDBToolsOptionsSettingsBase 类