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[]
- Атрибуты