DiagramDocView.AllDesigners Property

Definition

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

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

Property Value

Applies to