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

'宣言
Sub OpenAllDocuments
'使用
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.

Permissions

See Also

Reference

IVsDataExplorerNodeSelection Interface

IVsDataExplorerNodeSelection Members

Microsoft.VisualStudio.Data.Services Namespace

OpenDocument