Share via


SingleDiagramDocView.Window Property

Gets a window for the view.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Window As IWin32Window
public override IWin32Window Window { get; }
public:
virtual property IWin32Window^ Window {
    IWin32Window^ get () override;
}
abstract Window : IWin32Window
override Window : IWin32Window
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

Microsoft.VisualStudio.Modeling.Shell Namespace