DiagramDocView.GetAllObjects 方法

获取在该模型中的所有元素。

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

语法

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

参数

  • objects
    类型:array<System.Object[]
    要检索的元素的集合。

备注

方法调用 GetObjects

.NET Framework 安全性

请参见

参考

DiagramDocView 类

Microsoft.VisualStudio.Modeling.Shell 命名空间