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
'Usage
Dim instance As IVsDataExplorerNodeSelection

instance.OpenAllDocuments()
void OpenAllDocuments()
void OpenAllDocuments()
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

IVsDataExplorerNodeSelection Members

Microsoft.VisualStudio.Data.Services Namespace

OpenDocument