PHCollectionListChangeRequest.ReplaceChildCollection Method

Definition

[Foundation.Export("replaceChildCollectionsAtIndexes:withChildCollections:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceChildCollection(Foundation.NSIndexSet indexes, Photos.PHCollection[] collections);
[<Foundation.Export("replaceChildCollectionsAtIndexes:withChildCollections:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceChildCollection : Foundation.NSIndexSet * Photos.PHCollection[] -> unit
override this.ReplaceChildCollection : Foundation.NSIndexSet * Photos.PHCollection[] -> unit

Parameters

indexes
NSIndexSet
collections
PHCollection[]
Attributes

Applies to