NSApplication.NextEvent 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
NextEvent(NSEventMask, NSDate, NSRunLoopMode, Boolean)
public AppKit.NSEvent NextEvent (AppKit.NSEventMask mask, Foundation.NSDate expiration, Foundation.NSRunLoopMode runLoopMode, bool deqFlag);
member this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSRunLoopMode * bool -> AppKit.NSEvent
매개 변수
- mask
- NSEventMask
- expiration
- NSDate
- runLoopMode
- NSRunLoopMode
- deqFlag
- Boolean
반환
적용 대상
NextEvent(NSEventMask, NSDate, NSString, Boolean)
[Foundation.Export("nextEventMatchingMask:untilDate:inMode:dequeue:")]
protected virtual AppKit.NSEvent NextEvent (AppKit.NSEventMask mask, Foundation.NSDate expiration, Foundation.NSString runLoopMode, bool deqFlag);
abstract member NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSString * bool -> AppKit.NSEvent
override this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSString * bool -> AppKit.NSEvent
매개 변수
- mask
- NSEventMask
- expiration
- NSDate
- runLoopMode
- NSString
- deqFlag
- Boolean
반환
- 특성
적용 대상
NextEvent(NSEventMask, NSDate, String, Boolean)
주의
Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.
[System.Obsolete("Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.", false)]
public AppKit.NSEvent NextEvent (AppKit.NSEventMask mask, Foundation.NSDate expiration, string mode, bool deqFlag);
member this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * string * bool -> AppKit.NSEvent
매개 변수
- mask
- NSEventMask
- expiration
- NSDate
- mode
- String
- deqFlag
- Boolean
반환
- 특성
적용 대상
NextEvent(nuint, NSDate, String, Boolean)
주의
Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.
[System.Obsolete("Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.", false)]
protected virtual AppKit.NSEvent NextEvent (nuint mask, Foundation.NSDate expiration, string mode, bool deqFlag);
abstract member NextEvent : nuint * Foundation.NSDate * string * bool -> AppKit.NSEvent
override this.NextEvent : nuint * Foundation.NSDate * string * bool -> AppKit.NSEvent
매개 변수
- mask
- System.System.UIntPtr System.unativeint
- expiration
- NSDate
- mode
- String
- deqFlag
- Boolean
반환
- 특성