MSG.hwnd 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視窗的視窗控制代碼 (Window Handle) (HWND),該視窗的視窗程序 (Procedure) 會接收訊息。
public:
property IntPtr hwnd { IntPtr get(); void set(IntPtr value); };
public IntPtr hwnd { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public IntPtr hwnd { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.hwnd : nativeint with get, set
member this.hwnd : nativeint with get, set
Public Property hwnd As IntPtr
屬性值
-
IntPtr
nativeint
視窗控制代碼 (HWND)。
- 屬性
備註
hwnd 是 null
當訊息是執行緒訊息時。