Share via


IVsDataExplorerNodeSelection.OpenAllDocuments Method

Opens all the nodes in the group of selected nodes as document window frames in the Visual Studio environment.

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

Syntax

'Declaration
Sub OpenAllDocuments
void OpenAllDocuments()
void OpenAllDocuments()
abstract OpenAllDocuments : unit -> unit
function OpenAllDocuments()

Remarks

This method iterates through the list of nodes in the selection and calls the OpenDocument method on each node.

.NET Framework Security

See Also

Reference

IVsDataExplorerNodeSelection Interface

Microsoft.VisualStudio.Data.Services Namespace

OpenDocument