PHCollectionListChangeRequest.RemoveChildCollections Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- indexes
- NSIndexSet
- Attribute
Gilt für:
RemoveChildCollections(PHCollection[])
[Foundation.Export("removeChildCollections:")]
public virtual void RemoveChildCollections (Photos.PHCollection[] collections);
abstract member RemoveChildCollections : Photos.PHCollection[] -> unit
override this.RemoveChildCollections : Photos.PHCollection[] -> unit
Parameter
- collections
- PHCollection[]
- Attribute