Partilhar via


Propriedade IVsDataExplorerNodeSelection.CanOpenAll

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

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNodeSelection Interface

Namespace Microsoft.VisualStudio.Data.Services