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 对象的值。

适用于