INNotebookItemType 枚举

定义

枚举要包含在搜索结果中的笔记本项类型。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INNotebookItemType
type INNotebookItemType = 
继承
INNotebookItemType
属性

字段

Note 1

指示对笔记进行操作的搜索。

Task 3

指示对任务进行操作的搜索。

TaskList 2

指示对任务列表进行操作的搜索。

Unknown 0

指示执行搜索的内容未知。

适用于