Condividi tramite


Metodo IVsDataObjectCollection.IndexOf (array<Object )

Restituisce l'indice dell'oggetto dati nella raccolta che corrisponde l'identificatore specificato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
Function IndexOf ( _
    identifier As Object() _
) As Integer
int IndexOf(
    Object[] identifier
)
int IndexOf(
    array<Object^>^ identifier
)
abstract IndexOf : 
        identifier:Object[] -> int 
function IndexOf(
    identifier : Object[]
) : int

Parametri

  • identifier
    Tipo: array<System.Object[]
    Una matrice contenente le parti dell'identificatore che identificano in modo univoco l'oggetto dati richiesto.

Valore restituito

Tipo: System.Int32
Un valore Integer, maggiore o uguale a 0, che rappresenta l'indice dell'oggetto dati nella raccolta che corrisponde l'identificatore specificato, oppure -1 se l'oggetto dati non viene trovato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataObjectCollection Interfaccia

Overload IndexOf

Spazio dei nomi Microsoft.VisualStudio.Data.Services