IVsDataExplorerNodeSelection.Remove Method (String, array<Object[])

Removes the specified node 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 ( _
    typeName As String, _
    identifier As Object() _
) As Boolean
'Usage
Dim instance As IVsDataExplorerNodeSelection 
Dim typeName As String 
Dim identifier As Object()
Dim returnValue As Boolean 

returnValue = instance.Remove(typeName, _
    identifier)
bool Remove(
    string typeName,
    Object[] identifier
)
bool Remove(
    String^ typeName, 
    array<Object^>^ identifier
)
function Remove(
    typeName : String, 
    identifier : Object[]
) : boolean

Parameters

  • typeName
    Type: System.String

    The name of the data object type that is represented in the node to remove.

  • identifier
    Type: array<System.Object[]

    An array of data object identifier parts that represent the node.

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