Compartir a través de


IVsDataExplorerNodeSelection.CanCopyAll (Propiedad)

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

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNodeSelection Interfaz

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