Partager via


IVsDataExplorerNodeSelection.Find, méthode (String, array<Object[])

Récupère le nœud spécifié du groupe de nœuds sélectionnés.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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

Paramètres

  • typeName
    Type : String

    Le nom du type d'objet de données représenté dans le nœud pour récupérer.

  • identifier
    Type : array<Object[]

    Un tableau de parties d'identificateur d'objet de données qui représentent le nœud.

Valeur de retour

Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Un objet d' IVsDataExplorerNode représentant le nœud demandé.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNodeSelection Interface

Find, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms