Поделиться через


Метод AnnotationCollection.IList.IndexOf

Determines the index of the specific item in the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Private Function IndexOf ( _
    value As Object _
) As Integer Implements IList.IndexOf
'Применение
Dim instance As AnnotationCollection 
Dim value As Object 
Dim returnValue As Integer 

returnValue = CType(instance, IList).IndexOf(value)
int IList.IndexOf(
    Object value
)
private:
virtual int IndexOf(
    Object^ value
) sealed = IList::IndexOf
private abstract IndexOf : 
        value:Object -> int  
private override IndexOf : 
        value:Object -> int
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

  • value
    Тип: System.Object
    The object to locate in the collection.

Возвращаемое значение

Тип: System.Int32
The index of value in the collection, if found; otherwise, -1.

Реализует

IList.IndexOf(Object)

См. также

Справочник

AnnotationCollection Класс

Пространство имен Microsoft.AnalysisServices