IVsDataExplorerNodeSelection.Remove Method (String)

Removes the node specified by its full name 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 ( _
    fullName As String _
) As Boolean
'Usage
Dim instance As IVsDataExplorerNodeSelection 
Dim fullName As String 
Dim returnValue As Boolean 

returnValue = instance.Remove(fullName)
bool Remove(
    string fullName
)
bool Remove(
    String^ fullName
)
function Remove(
    fullName : String
) : boolean

Parameters

  • fullName
    Type: System.String

    The full name of the node to remove.

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