Freigeben über


IVsDataExplorerNodeSelection.Contains-Methode (IVsDataObject)

Gibt an, ob die Gruppe ausgewählter Knoten den Knoten enthält, der als Datenobjekt angegeben wird.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Boolean
true , wenn der angegebene Knoten in der nächsten Knotenauswahl vorhanden ist; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNodeSelection Schnittstelle

Contains-Überladung

Microsoft.VisualStudio.Data.Services-Namespace