Partager via


DiagramDocView.GetAllObjects, méthode

Obtient tous les éléments dans le modèle.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

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

Paramètres

  • count
    Type : System.UInt32
    Le nombre d'éléments dans le modèle.
  • objects
    Type : array<System.Object[]
    La collection d'éléments à extraire.

Notes

La méthode appelle GetObjects.

Sécurité .NET Framework

Voir aussi

Référence

DiagramDocView Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms