ModelExplorerToolWindow.Window Property
Gets the Model Explorer window.
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 ModelExplorerToolWindow
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 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.