SettingsProviderAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SettingsProviderAttribute(String) |
初始化 SettingsProviderAttribute 类的实例。 |
SettingsProviderAttribute(Type) |
初始化 SettingsProviderAttribute 类的新实例。 |
SettingsProviderAttribute(String)
- Source:
- SettingsProviderAttribute.cs
- Source:
- SettingsProviderAttribute.cs
- Source:
- SettingsProviderAttribute.cs
初始化 SettingsProviderAttribute 类的实例。
public:
SettingsProviderAttribute(System::String ^ providerTypeName);
public SettingsProviderAttribute (string providerTypeName);
new System.Configuration.SettingsProviderAttribute : string -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerTypeName As String)
参数
注解
类型名称是派生自 SettingsProvider的类的名称,该类被指定为设置提供程序。
注意
使用来自任意第三方的自定义设置提供程序本质上是不安全的,因为这些提供程序对应用程序的配置信息具有完全读/写访问权限。 在将设置提供程序用于常规用途之前,应对其进行全面审查。
另请参阅
适用于
SettingsProviderAttribute(Type)
- Source:
- SettingsProviderAttribute.cs
- Source:
- SettingsProviderAttribute.cs
- Source:
- SettingsProviderAttribute.cs
初始化 SettingsProviderAttribute 类的新实例。
public:
SettingsProviderAttribute(Type ^ providerType);
public SettingsProviderAttribute (Type providerType);
new System.Configuration.SettingsProviderAttribute : Type -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerType As Type)