Modifica

Share via


PHAssetCollectionChangeRequest.RemoveAssets Method

Definition

Overloads

RemoveAssets(NSIndexSet)
RemoveAssets(PHObject[])

RemoveAssets(NSIndexSet)

[Foundation.Export("removeAssetsAtIndexes:")]
public virtual void RemoveAssets (Foundation.NSIndexSet indexes);
abstract member RemoveAssets : Foundation.NSIndexSet -> unit
override this.RemoveAssets : Foundation.NSIndexSet -> unit

Parameters

indexes
NSIndexSet
Attributes

Applies to

RemoveAssets(PHObject[])

[Foundation.Export("removeAssets:")]
public virtual void RemoveAssets (Photos.PHObject[] assets);
abstract member RemoveAssets : Photos.PHObject[] -> unit
override this.RemoveAssets : Photos.PHObject[] -> unit

Parameters

assets
PHObject[]
Attributes

Applies to