Share via


CSSearchQuery.FoundItemCount Property

Definition

Gets the current number of found items.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr FoundItemCount { [Foundation.Export("foundItemCount")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("foundItemCount")>]
member this.FoundItemCount : unativeint

Property Value

UIntPtr

unativeint

The current number of found items.

Attributes

Remarks

This number will grow as more search results become ready.

Applies to