PHCollectionListChangeRequest.RemoveChildCollections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- indexes
- NSIndexSet
- Attributes
Applies to
RemoveChildCollections(PHCollection[])
[Foundation.Export("removeChildCollections:")]
public virtual void RemoveChildCollections (Photos.PHCollection[] collections);
abstract member RemoveChildCollections : Photos.PHCollection[] -> unit
override this.RemoveChildCollections : Photos.PHCollection[] -> unit
Parameters
- collections
- PHCollection[]
- Attributes