Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.