SingleDiagramDocView.CurrentDesigner Property
Gets the view for the diagram.
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 Overrides NotOverridable ReadOnly Property CurrentDesigner As VSDiagramView
public override sealed VSDiagramView CurrentDesigner { get; }
public:
virtual property VSDiagramView^ CurrentDesigner {
VSDiagramView^ get () override sealed;
}
abstract CurrentDesigner : VSDiagramView with get
override CurrentDesigner : VSDiagramView with get
override final function get CurrentDesigner () : VSDiagramView
Property Value
Type: Microsoft.VisualStudio.Modeling.Shell.VSDiagramView
The view.
.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.