ModelExplorerToolWindow.Window Property
Gets the Model Explorer window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: 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.