Share via


SingleDiagramDocView.CurrentDesigner Property

Gets the view for the diagram.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property CurrentDesigner As VSDiagramView
'Usage
Dim instance As SingleDiagramDocView 
Dim value As VSDiagramView 

value = instance.CurrentDesigner
public override sealed VSDiagramView CurrentDesigner { get; }
public:
virtual property VSDiagramView^ CurrentDesigner {
    VSDiagramView^ get () override sealed;
}
public override final function get CurrentDesigner () : VSDiagramView

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell.VSDiagramView
The view.

.NET Framework Security

See Also

Reference

SingleDiagramDocView Class

SingleDiagramDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace