Partilhar via


Método IVsDataExplorerNodeSelection.Remove (String)

Remove o nó especificado por seu nome completo 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 ( _
    fullName As String _
) As Boolean
bool Remove(
    string fullName
)
bool Remove(
    String^ fullName
)
abstract Remove : 
        fullName:string -> bool 
function Remove(
    fullName : String
) : boolean

Parâmetros

  • fullName
    Tipo: System.String
    O nome completo do nó para remover.

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