Overlapped.EventHandle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202
注意事項
Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.
注意事項
This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202
I/O 操作が完了したときに通知される同期イベントの 32 ビット整数ハンドルを取得または設定します。
public:
property int EventHandle { int get(); void set(int value); };
[System.Obsolete("This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
[System.Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")]
public int EventHandle { get; set; }
[System.Obsolete("This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
public int EventHandle { get; set; }
[<System.Obsolete("This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.EventHandle : int with get, set
[<System.Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")>]
member this.EventHandle : int with get, set
[<System.Obsolete("This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.EventHandle : int with get, set
member this.EventHandle : int with get, set
Public Property EventHandle As Integer
プロパティ値
同期イベントのハンドルを表す Int32 値。
- 属性
注釈
このプロパティは、64 ビット プラットフォームでは使用できません。 代わりに、EventHandleIntPtr プロパティを使用してください。
WaitHandle.Handleクラスから派生したマネージド同期イベントのハンドルを取得するには、 プロパティをWaitHandle使用します。
適用対象
.NET