Partilhar via


Método IVsDataExplorerNodeSelection.Remove (String, array<Object )

Remove o nó especificado do grupo de seleção do nó.

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

Sintaxe

'Declaração
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

Parâmetros

  • typeName
    Tipo: System.String
    O nome do tipo de objeto de dados que é representado no nó para remover.
  • identifier
    Tipo: array<System.Object[]
    Uma matriz de partes do identificador do objeto de dados que representam o nó.

Valor de retorno

Tipo: System.Boolean
true se o nó foi removido; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNodeSelection Interface

Sobrecargas Remove

Namespace Microsoft.VisualStudio.Data.Services