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 オブジェクトの値。

適用対象