IVsDataExplorerNodeSelection.Remove Method (Int32)

Removes the node specified by its numerical identifier value 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 ( _
    itemId As Integer _
) As Boolean
'Usage
Dim instance As IVsDataExplorerNodeSelection 
Dim itemId As Integer 
Dim returnValue As Boolean 

returnValue = instance.Remove(itemId)
bool Remove(
    int itemId
)
bool Remove(
    int itemId
)
function Remove(
    itemId : int
) : boolean

Parameters

  • itemId
    Type: System.Int32

    A numerical value that identifies the node to be removed.

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