System::Collections::Specialized::StringCollection::idx_set 方法

StringCollection::idx_set method

在指定位置设置值。

void System::Collections::Specialized::StringCollection::idx_set(int index, const System::String &value)
ParameterType描述
索引int要设置字符串的索引。
valueconst System::String&在指定索引处设置的 String 值。

另见