Compartilhar via


Método IVsDataExplorerChildNodeCollection.IndexOf (IVsDataObject)

Retorna o índice do nó de conexão que corresponde ao objeto de dados especificado.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Int32
O índice do nó de conexão no server Explorer, se encontrado; caso contrário, -1.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerChildNodeCollection Interface

Sobrecargas IndexOf

Namespace Microsoft.VisualStudio.Data.Services