System::Collections::ObjectModel::ReadOnlyCollection::IndexOf method
ReadOnlyCollection::IndexOf method
컬렉션에서 특정 항목을 찾습니다.
virtual int System::Collections::ObjectModel::ReadOnlyCollection<T>::IndexOf(const T &item) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 항목 | const T& | 찾을 항목. |
ReturnValue
지정된 항목의 첫 번째 발생 위치 인덱스 또는 찾지 못하면 음수 값.
또 보기
- Class ReadOnlyCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++