IVsDataExplorerNodeSelection.Remove (Método) (String)

Quita el nodo especificado por su nombre completo del grupo de selección de nodo.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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
    El nombre completo del nodo que se va a quitar.

Valor devuelto

Tipo: System.Boolean
true si el nodo se quitó; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNodeSelection Interfaz

Remove (Sobrecarga)

Microsoft.VisualStudio.Data.Services (Espacio de nombres)