System::Collections::IListImplRefType::IndexOf メソッド
IListImplRefType::IndexOf method
コンテナ内で項目が最初に現れるインデックスを取得します。
virtual int System::Collections::IListImplRefType<T>::IndexOf(System::SharedPtr<System::Object> value) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| value | System::SharedPtr<System::Object> | 検索対象の項目。 |
ReturnValue
コンテナ内で項目が最初に現れるインデックス(見つからない場合は -1)。
参照
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.Page for C++