ModelingWindowPane.GetAllObjects 方法

获取在窗格的所有元素。

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

语法

声明
Protected Overridable Sub GetAllObjects ( _
    count As UInteger, _
    objects As Object() _
)
protected virtual void GetAllObjects(
    uint count,
    Object[] objects
)

参数

备注

默认情况下此方法调用 GetSelectedObjects

.NET Framework 安全性

请参见

参考

ModelingWindowPane 类

Microsoft.VisualStudio.Modeling.Shell 命名空间