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 Model Explorer window.
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 Model Explorer window.
Remarks
This property implements the IWin32Window interface.
.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.