CFRunLoop.ContainsSource(CFRunLoopSource, NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the run loop contains the specified CFRunLoopSource on a specific mode.
public bool ContainsSource (CoreFoundation.CFRunLoopSource source, Foundation.NSString mode);
member this.ContainsSource : CoreFoundation.CFRunLoopSource * Foundation.NSString -> bool
Parameters
- source
- CFRunLoopSource
The source to probe.
- mode
- NSString
The mode to probe into.
Returns
true
if the runloop contains the specified source in the specified mode.