Freigeben über


DiagramDocView.GetAllObjects-Methode

Ruft alle Elemente im Modell ab.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

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

Parameter

  • objects
    Typ: array<System.Object[]
    Die Auflistung abzurufender Elemente.

Hinweise

Die Methode ruft GetObjects auf.

.NET Framework-Sicherheit

Siehe auch

Referenz

DiagramDocView Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace