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 : StringLe 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.