Share via


SingleDiagramDocView.Window Property

Gets a window for the view.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Window As IWin32Window
'Usage
Dim instance As SingleDiagramDocView 
Dim value As IWin32Window 

value = instance.Window
public override IWin32Window Window { get; }
public:
virtual property IWin32Window^ Window {
    IWin32Window^ get () override;
}
public override function get Window () : IWin32Window

Property Value

Type: System.Windows.Forms.IWin32Window
The window.

Remarks

If a view does not exist for this window, a view is created.

.NET Framework Security

See Also

Reference

SingleDiagramDocView Class

SingleDiagramDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace