IVsDataExplorerNodeSelection.Find (Método) (String, array<Object )

Recupera el nodo especificado del grupo de nodos seleccionados.

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: System.String
    El nombre del tipo de objeto de datos que se representa en el nodo para recuperar.
  • identifier
    Tipo: array<System.Object[]
    Una matriz de las partes del identificador de objeto de datos que representan el nodo.

Valor devuelto

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Un objeto de IVsDataExplorerNode que representa el nodo solicitado.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNodeSelection Interfaz

Find (Sobrecarga)

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