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

NameValueCollection::idx_get method

获取指定索引处的值。

String System::Collections::Specialized::NameValueCollection::idx_get(const String &name)
ParameterType描述
nameconst String&条目名称。

ReturnValue

指定索引处值的副本。

另见