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

Récupère un nœud de connexion correspondant au type spécifié nom et identificateurs.

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 demandée.

  • identifier
    Type : array<Object[]

    Un tableau de parties d'identificateur qui identifient l'objet de données demandée.

Valeur de retour

Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Un objet d' IVsDataExplorerNode représentant le nœud de connexion dans l'explorateur de serveurs, ou nullune référence null (Nothing en Visual Basic) si le nœud est introuvable.

Exceptions

Exception Condition
ArgumentNullException

Le paramètre typeName ou identifier est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerChildNodeCollection Interface

Find, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms