System::Collections::Specialized::NameValueCollection::idx_set 方法

NameValueCollection::idx_set method

设置条目的值。

void System::Collections::Specialized::NameValueCollection::idx_set(const String &name, const String &value)
参数类型描述
名称const String&条目名称。
const String&要在名称处设置的值。

另见