IVsDataExplorerNodeSelection.DoDefaultActionOnAll 方法

执行默认命令,如果有,所选节点的组。

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

语法

声明
Function DoDefaultActionOnAll As Boolean
bool DoDefaultActionOnAll()
bool DoDefaultActionOnAll()
abstract DoDefaultActionOnAll : unit -> bool 
function DoDefaultActionOnAll() : boolean

返回值

类型:System.Boolean
true ,如果默认命令在选定内容中的所有节点已执行过,false,则此方法无法执行在至少一个节点的默认命令在选定内容。

备注

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

.NET Framework 安全性

请参见

参考

IVsDataExplorerNodeSelection 接口

Microsoft.VisualStudio.Data.Services 命名空间

DoDefaultAction