DiagramDocView.AllDesigners Property
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AllDesigners As IEnumerable(Of VSDiagramView)
public abstract IEnumerable<VSDiagramView> AllDesigners { get; }
public:
virtual property IEnumerable<VSDiagramView^>^ AllDesigners {
IEnumerable<VSDiagramView^>^ get () abstract;
}
abstract AllDesigners : IEnumerable<VSDiagramView> with get
abstract function get AllDesigners () : IEnumerable<VSDiagramView>
Property Value
Type: IEnumerable<VSDiagramView>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.