UILocalNotification.Category 属性

定义

获取或设置一个类别名称,该名称将用于查找一组用于填充通知的操作。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string Category { [Foundation.Export("category")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setCategory:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.Category : string with get, set

属性值

(即将推出有关此节点的更多文档)

此值可为 null

属性

适用于