SingleDiagramDocView.AllDesigners Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)