다음을 통해 공유


PHCollectionEditOperation 열거형

정의

컬렉션에서 수행할 수 있는 편집 작업을 설명하는 값을 열거합니다.

[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 PHCollectionEditOperation
type PHCollectionEditOperation = 
상속
PHCollectionEditOperation
특성

필드

AddContent 3

콘텐츠는 컬렉션에 추가할 수 있습니다.

CreateContent 4

컬렉션은 새 콘텐츠를 만들거나 기존 콘텐츠를 복제할 수 있습니다.

Delete 6

컬렉션을 삭제할 수 있습니다.

DeleteContent 1

컬렉션에서 콘텐츠를 삭제할 수 있습니다.

None 0

기능이 지정되지 않았습니다.

RearrangeContent 5

컬렉션 내에서 콘텐츠를 다시 정렬할 수 있습니다.

RemoveContent 2

콘텐츠를 영구적으로 삭제하지 않고 컬렉션에서 제거할 수 있습니다.

Rename 7

컬렉션 내의 콘텐츠 이름을 바꿀 수 있습니다.

적용 대상