IVsDataExplorerNodeSelection.Contains, méthode (IVsDataObject)

Indique si le groupe de nœuds sélectionnés contient le nœud spécifié comme un objet de données.

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

Syntaxe

'Déclaration
Function Contains ( _
    obj As IVsDataObject _
) As Boolean
bool Contains(
    IVsDataObject obj
)
bool Contains(
    IVsDataObject^ obj
)
abstract Contains : 
        obj:IVsDataObject -> bool
function Contains(
    obj : IVsDataObject
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si le nœud spécifié est disponible dans la sélection de nœud ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNodeSelection Interface

Contains, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms