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
- 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