DiagramDocView.AllDesigners Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma coleção de todos os designers atualmente gerenciados pelo modo de exibição
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)