Partilhar via


Método IVsDataExplorerChildNodeCollection.IndexOf (String)

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

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

Sintaxe

'Declaração
Function IndexOf ( _
    name As String _
) As Integer
int IndexOf(
    string name
)
int IndexOf(
    String^ name
)
abstract IndexOf : 
        name:string -> int 
function IndexOf(
    name : String
) : int

Parâmetros

  • name
    Tipo: System.String
    O nome do nó de conexão para obter o índice para.

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