Freigeben über


IVsDataExplorerNodeSelection.DoDefaultActionOnAll-Methode

Führt den Standardbefehl ggf. auf der Gruppe der ausgewählten Knoten aus.

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

Syntax

'Declaration
Function DoDefaultActionOnAll As Boolean
bool DoDefaultActionOnAll()
bool DoDefaultActionOnAll()
abstract DoDefaultActionOnAll : unit -> bool
function DoDefaultActionOnAll() : boolean

Rückgabewert

Typ: Boolean
true , wenn der Standardbefehl für alle Knoten in der Auswahl ausgeführt wurde, false, wenn diese Methode den Standardbefehl für einen Knoten in der Auswahl mindestens nicht ausgeführt wurde.

Hinweise

Diese Methode durchläuft die Liste der Knoten in der Auswahl durch und ruft die Methode DoDefaultAction für jeden Knoten auf.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNodeSelection Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace

DoDefaultAction