Compartilhar via


Método IVsDataExplorerChildNodeCollection.IndexOf (Int32)

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

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

Sintaxe

'Declaração
Function IndexOf ( _
    itemId As Integer _
) As Integer
int IndexOf(
    int itemId
)
int IndexOf(
    int itemId
)
abstract IndexOf : 
        itemId:int -> int 
function IndexOf(
    itemId : int
) : int

Parâmetros

  • itemId
    Tipo: System.Int32
    Um valor inteiro que representa a identificação do objeto de dados.

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