다음을 통해 공유


PHCollectionListChangeRequest.RemoveChildCollections 메서드

정의

오버로드

RemoveChildCollections(NSIndexSet)
RemoveChildCollections(PHCollection[])

RemoveChildCollections(NSIndexSet)

[Foundation.Export("removeChildCollectionsAtIndexes:")]
public virtual void RemoveChildCollections(Foundation.NSIndexSet indexes);
abstract member RemoveChildCollections : Foundation.NSIndexSet -> unit
override this.RemoveChildCollections : Foundation.NSIndexSet -> unit

매개 변수

indexes
NSIndexSet
특성

적용 대상

RemoveChildCollections(PHCollection[])

[Foundation.Export("removeChildCollections:")]
public virtual void RemoveChildCollections(Photos.PHCollection[] collections);
abstract member RemoveChildCollections : Photos.PHCollection[] -> unit
override this.RemoveChildCollections : Photos.PHCollection[] -> unit

매개 변수

collections
PHCollection[]
특성

적용 대상