SettingsProviderAttribute 생성자

정의

오버로드

Name Description
SettingsProviderAttribute(String)

클래스의 인스턴스를 초기화합니다 SettingsProviderAttribute .

SettingsProviderAttribute(Type)

SettingsProviderAttribute 클래스의 새 인스턴스를 초기화합니다.

SettingsProviderAttribute(String)

Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
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의 이름입니다.

Caution

이러한 공급자는 애플리케이션의 구성 정보에 대한 전체 읽기/쓰기 권한을 가지므로 임의의 타사에서 사용자 지정 설정 공급자를 사용하는 것은 본질적으로 안전하지 않습니다. 설정 공급자는 일반적인 용도로 채택되기 전에 철저히 검토해야 합니다.

추가 정보

적용 대상

SettingsProviderAttribute(Type)

Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
Source:
SettingsProviderAttribute.cs
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 설정 공급자 유형을 포함하는 형식입니다.

적용 대상