System::Collections::Generic::IKVCollection::IndexOf 方法
IKVCollection::IndexOf method
获取容器中项的索引。
virtual int System::Collections::Generic::IKVCollection<T>::IndexOf(const T &item) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const T& | 要查找的项。 |
ReturnValue
容器中项目的索引。
另见
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++