Compartir a través de


IVsDataExplorerChildNodeCollection.IndexOf (Método) (IVsDataObject)

Recupera el índice del nodo de conexión correspondiente al objeto de datos especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Function IndexOf ( _
    obj As IVsDataObject _
) As Integer
int IndexOf(
    IVsDataObject obj
)
int IndexOf(
    IVsDataObject^ obj
)
abstract IndexOf : 
        obj:IVsDataObject -> int
function IndexOf(
    obj : IVsDataObject
) : int

Parámetros

Valor devuelto

Tipo: Int32
El índice del nodo de conexión en el Explorador de servidores, si se encuentra; de lo contrario, -1.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerChildNodeCollection Interfaz

IndexOf (Sobrecarga)

Microsoft.VisualStudio.Data.Services (Espacio de nombres)