IVsDataExplorerNodeSelection.OpenAllDocuments 方法

在所选节点的组中 Visual Studio 环境中打开任何节点文档窗口框架。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Sub OpenAllDocuments
void OpenAllDocuments()
void OpenAllDocuments()
abstract OpenAllDocuments : unit -> unit 
function OpenAllDocuments()

备注

此方法将节点列表中选定内容的重复并对每个节点的 OpenDocument 方法。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNodeSelection 接口

Microsoft.VisualStudio.Data.Services 命名空间

OpenDocument