IVsDataExplorerNodeSelection.Contains Method (IVsDataObject)
Indicates whether the group of selected nodes contains the node specified as a data object.
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
Parameters
obj
Type: Microsoft.VisualStudio.Data.Services.IVsDataObjectA data object containing the properties that identify the node to retrieve.
Return Value
Type: System.Boolean
true if the specified node is present in the node selection; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.