Partilhar via


Propriedade IVsDataExplorerNodeSelection.CanCutAll

Obtém um valor indicando se o grupo de nós atualmente selecionados no server Explorer pode ser cortado.

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

Sintaxe

'Declaração
ReadOnly Property CanCutAll As Boolean
bool CanCutAll { get; }
property bool CanCutAll {
    bool get ();
}
abstract CanCutAll : bool
function get CanCutAll () : boolean

Valor de propriedade

Tipo: System.Boolean
true se a seleção do nó pode ser recortada; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNodeSelection Interface

Namespace Microsoft.VisualStudio.Data.Services