Compartir a través de


IVsDataExplorerNodeSelection.CanCutAll (Propiedad)

Obtiene un valor que indica si el grupo de nodos seleccionados actualmente en el Explorador de servidores puede aparecer cortado.

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

Sintaxis

'Declaración
ReadOnly Property CanCutAll As Boolean
bool CanCutAll { get; }
property bool CanCutAll {
    bool get ();
}
abstract CanCutAll : bool
function get CanCutAll () : boolean

Valor de propiedad

Tipo: System.Boolean
true si la selección de nodo puede ser cortada; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNodeSelection Interfaz

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