System::Collections::Specialized::NameValueCollection::idx_get 方法

NameValueCollection::idx_get method

获取指定索引处的值。

String System::Collections::Specialized::NameValueCollection::idx_get(const String &name)
参数类型描述
名称const String&条目名称。

ReturnValue

指定索引处值的副本。

另见