Condividi tramite


Metodo IVsDataExplorerChildNodeCollection.IndexOf (String, array<Object )

Recupera l'indice del nodo della connessione che corrisponde al nome del tipo e agli identificatori specificati name.

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

Sintassi

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

Parametri

  • typeName
    Tipo: System.String
    Il nome del tipo di oggetto dati richiesto.
  • identifier
    Tipo: array<System.Object[]
    Una matrice di parti dell'identificatore che identificano in modo univoco l'oggetto dati richiesto.

Valore restituito

Tipo: System.Int32
Indice del nodo della connessione in Esplora server, se disponibile; in caso contrario, -1.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerChildNodeCollection Interfaccia

Overload IndexOf

Spazio dei nomi Microsoft.VisualStudio.Data.Services