DiagramDocView.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:
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)