Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataExplorerNodeSelection Interface
IVsDataExplorerNodeSelection Members