SettingsProviderAttribute 생성자

정의

오버로드

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)

매개 변수

providerTypeName
String

설정 공급자의 이름을 포함하는 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)

매개 변수

providerType
Type

설정 공급자 형식을 포함하는 Type입니다.

적용 대상