Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the window associated with this window pane.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Window As IWin32Window
public virtual IWin32Window Window { get; }
public:
virtual property IWin32Window^ Window {
IWin32Window^ get ();
}
abstract Window : IWin32Window with get
override Window : IWin32Window with get
function get Window () : IWin32Window
Property Value
Type: System.Windows.Forms.IWin32Window
IWin32Window .
Remarks
Implementers must provide an implementation for this object.
.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.