次の方法で共有


PHAssetEditOperation 列挙型

定義

操作が資産を編集または削除するか、プロパティを変更するか、資産に対してアクションを実行しないかを示す値を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum PHAssetEditOperation
type PHAssetEditOperation = 
継承
PHAssetEditOperation
属性

フィールド

Content 2

編集によって資産の内容が変更されます。

Delete 1

編集によって資産が削除されます。

None 0

編集では、資産に対する操作は実行されません。

Properties 3

編集によって資産のプロパティが変更されます。

適用対象