NameValueConfigurationElement(String, String) 생성자

정의

제공된 매개 변수를 기반으로 클래스의 NameValueConfigurationElement 새 인스턴스를 초기화합니다.

public:
 NameValueConfigurationElement(System::String ^ name, System::String ^ value);
public NameValueConfigurationElement(string name, string value);
new System.Configuration.NameValueConfigurationElement : string * string -> System.Configuration.NameValueConfigurationElement
Public Sub New (name As String, value As String)

매개 변수

name
String

개체의 NameValueConfigurationElement 이름입니다.

value
String

개체의 값입니다 NameValueConfigurationElement .

적용 대상