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 handle to the UI control hosted in the ToolsOption page.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Protected Overrides ReadOnly Property Window As IWin32Window
[BrowsableAttribute(false)]
protected override IWin32Window Window { get; }
[BrowsableAttribute(false)]
protected:
virtual property IWin32Window^ Window {
IWin32Window^ get () override;
}
[<BrowsableAttribute(false)>]
abstract Window : IWin32Window with get
[<BrowsableAttribute(false)>]
override Window : IWin32Window with get
override function get Window () : IWin32Window
Property Value
Type: IWin32Window
The handle to the UI control.
.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.