.NET Framework Class Library
IWin32Window Interface
Defines the contract for Win32 window handles.
Assembly: PresentationCore (in PresentationCore.dll)
Syntax
Visual Basic
Public Interface IWin32Window
C#
public interface IWin32Window
Visual C++
public interface class IWin32Window
F#
type IWin32Window = interface end
The IWin32Window type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Handle | Gets the window handle. |
Remarks
Security Note
|
|---|
|
This interface should not be implemented if the implementing code can run under partial trust. This is enforced by an InheritanceDemand. |
Version Information
.NET Framework
Supported in: 4, 3.5, 3.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1.NET Framework Security
-
UIPermission
as an InheritanceDemand. Associated enumeration: AllWindows
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also
Security Note