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

See Also

Reference

SingleDiagramDocView Class

Microsoft.VisualStudio.Modeling.Shell Namespace