Compartir a través de


IVsDataExplorerChildNodeCollection.Find (Método) (String, array<Object[])

Recupera un nodo de conexión correspondiente al nombre de tipo e identificadores especificados.

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

Sintaxis

'Declaración
Function Find ( _
    typeName As String, _
    identifier As Object() _
) As IVsDataExplorerNode
IVsDataExplorerNode Find(
    string typeName,
    Object[] identifier
)
IVsDataExplorerNode^ Find(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract Find : 
        typeName:string * 
        identifier:Object[] -> IVsDataExplorerNode
function Find(
    typeName : String, 
    identifier : Object[]
) : IVsDataExplorerNode

Parámetros

  • typeName
    Tipo: String

    El nombre del tipo de objeto de datos solicitado.

  • identifier
    Tipo: array<Object[]

    Una matriz de las partes del identificador que identifica de forma exclusiva el objeto de datos solicitado.

Valor devuelto

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Un objeto de IVsDataExplorerNode que representa el nodo de conexión en el Explorador de servidores, o nullreferencia null (Nothing en Visual Basic) si el nodo no se encuentra.

Excepciones

Excepción Condición
ArgumentNullException

El valor del parámetro typeName o identifier es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerChildNodeCollection Interfaz

Find (Sobrecarga)

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