Compartilhar via


Método IVsDataExplorerChildNodeCollection.IndexOf (String, array<Object )

Retorna o índice do nó de conexão que corresponde ao nome e a identificadores especificados do tipo de nome.

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

Sintaxe

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

Parâmetros

  • typeName
    Tipo: System.String
    O nome do tipo de objeto de dados aplicativo.
  • identifier
    Tipo: array<System.Object[]
    Uma matriz de partes do identificador que identificam exclusivamente o objeto de dados aplicativo.

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