次の方法で共有


INNoteContentType 列挙型

定義

ノート コンテンツ タイプを列挙します。

[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 INNoteContentType
type INNoteContentType = 
継承
INNoteContentType
属性

フィールド

Image 2

画像の内容を示します。

Text 1

テキストの内容を示します。

Unknown 0

コンテンツ タイプが不明であることを示します。

適用対象