UNMutableNotificationContent.SummaryArgumentCount Property
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.
Gets or sets the number of arguments that the notification adds to the category summary string.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr SummaryArgumentCount { [Foundation.Export("summaryArgumentCount")] get; [Foundation.Export("setSummaryArgumentCount:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("summaryArgumentCount")>]
[<set: Foundation.Export("setSummaryArgumentCount:")>]
member this.SummaryArgumentCount : unativeint with get, set
Property Value
unativeint
The number of arguments added to the category notification string.
- Attributes