IVsDataExplorerNodeSelection.Remove Method (IVsDataObject)

Removes the node specified by a data object from the node selection group.

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

Syntax

'Declaration
Function Remove ( _
    obj As IVsDataObject _
) As Boolean
'Usage
Dim instance As IVsDataExplorerNodeSelection 
Dim obj As IVsDataObject 
Dim returnValue As Boolean 

returnValue = instance.Remove(obj)
bool Remove(
    IVsDataObject obj
)
bool Remove(
    IVsDataObject^ obj
)
function Remove(
    obj : IVsDataObject
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the node was removed; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataExplorerNodeSelection Interface

IVsDataExplorerNodeSelection Members

Remove Overload

Microsoft.VisualStudio.Data.Services Namespace