SettingsProviderAttribute コンストラクター

定義

オーバーロード

名前 説明
SettingsProviderAttribute(String)

SettingsProviderAttribute クラスのインスタンスを初期化します。

SettingsProviderAttribute(Type)

SettingsProviderAttribute クラスの新しいインスタンスを初期化します。

SettingsProviderAttribute(String)

SettingsProviderAttribute クラスのインスタンスを初期化します。

public:
 SettingsProviderAttribute(System::String ^ providerTypeName);
public SettingsProviderAttribute(string providerTypeName);
new System.Configuration.SettingsProviderAttribute : string -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerTypeName As String)

パラメーター

providerTypeName
String

設定プロバイダーの名前を含む String

注釈

型名は、設定プロバイダーとして指定されている SettingsProviderから派生したクラスの名前です。

注意事項

任意のサード パーティのカスタム設定プロバイダーを使用することは、本質的に安全ではありません。これらのプロバイダーには、アプリケーションの構成情報への完全な読み取り/書き込みアクセス権があるためです。 設定プロバイダーは、一般的な使用に採用される前に十分に検証する必要があります。

こちらもご覧ください

適用対象

SettingsProviderAttribute(Type)

SettingsProviderAttribute クラスの新しいインスタンスを初期化します。

public:
 SettingsProviderAttribute(Type ^ providerType);
public SettingsProviderAttribute(Type providerType);
new System.Configuration.SettingsProviderAttribute : Type -> System.Configuration.SettingsProviderAttribute
Public Sub New (providerType As Type)

パラメーター

providerType
Type

設定プロバイダーの種類を含む Type

適用対象