OSLogStore.GetEntriesEnumerator 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.
Overloads
| Name | Description |
|---|---|
| GetEntriesEnumerator(NSError) | |
| GetEntriesEnumerator(OSLogEnumeratorOptions, OSLogPosition, NSPredicate, NSError) |
GetEntriesEnumerator(NSError)
[Foundation.Export("entriesEnumeratorAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual OSLog.OSLogEnumerator? GetEntriesEnumerator(out Foundation.NSError? error);
[<Foundation.Export("entriesEnumeratorAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetEntriesEnumerator : NSError -> OSLog.OSLogEnumerator
override this.GetEntriesEnumerator : NSError -> OSLog.OSLogEnumerator
Parameters
- error
- NSError
Returns
- Attributes
Applies to
GetEntriesEnumerator(OSLogEnumeratorOptions, OSLogPosition, NSPredicate, NSError)
[Foundation.Export("entriesEnumeratorWithOptions:position:predicate:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual OSLog.OSLogEnumerator? GetEntriesEnumerator(OSLog.OSLogEnumeratorOptions options, OSLog.OSLogPosition? position, Foundation.NSPredicate? predicate, out Foundation.NSError? error);
[<Foundation.Export("entriesEnumeratorWithOptions:position:predicate:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetEntriesEnumerator : OSLog.OSLogEnumeratorOptions * OSLog.OSLogPosition * Foundation.NSPredicate * NSError -> OSLog.OSLogEnumerator
override this.GetEntriesEnumerator : OSLog.OSLogEnumeratorOptions * OSLog.OSLogPosition * Foundation.NSPredicate * NSError -> OSLog.OSLogEnumerator
Parameters
- options
- OSLogEnumeratorOptions
- position
- OSLogPosition
- predicate
- NSPredicate
- error
- NSError
Returns
- Attributes