PHCollectionListChangeRequest.RemoveChildCollections 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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[]
- 屬性