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

NameValueCollection::idx_set method

设置条目的值。

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

另见