Share via


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
bool Remove(
    string typeName,
    Object[] identifier
)
bool Remove(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract Remove : 
        typeName:string * 
        identifier:Object[] -> bool
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

Remove Overload

Microsoft.VisualStudio.Data.Services Namespace