Share via


SingleDiagramDocView.AllDesigners Property

Definition

A collection of all of the designers currently managed by the view

public:
 virtual property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::Shell::VSDiagramView ^> ^ AllDesigners { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::Shell::VSDiagramView ^> ^ get(); };
public override System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.Shell.VSDiagramView> AllDesigners { get; }
member this.AllDesigners : seq<Microsoft.VisualStudio.Modeling.Shell.VSDiagramView>
Public Overrides ReadOnly Property AllDesigners As IEnumerable(Of VSDiagramView)

Property Value

Applies to