Share via


ModelExplorerToolWindow.Window Property

Gets the Model Explorer window.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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 with get 
override Window : IWin32Window with get
override function get Window () : IWin32Window

Property Value

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

Remarks

This property implements the IWin32Window interface.

.NET Framework Security

See Also

Reference

ModelExplorerToolWindow Class

Microsoft.VisualStudio.Modeling.Shell Namespace