Modifica

Share via


PHAssetCollection.GetTransientAssetCollection Method

Definition

Overloads

GetTransientAssetCollection(PHAsset[], String)
GetTransientAssetCollection(PHFetchResult, String)

GetTransientAssetCollection(PHAsset[], String)

[Foundation.Export("transientAssetCollectionWithAssets:title:")]
public static Photos.PHAssetCollection GetTransientAssetCollection (Photos.PHAsset[] assets, string title);
static member GetTransientAssetCollection : Photos.PHAsset[] * string -> Photos.PHAssetCollection

Parameters

assets
PHAsset[]
title
String

Returns

Attributes

Applies to

GetTransientAssetCollection(PHFetchResult, String)

[Foundation.Export("transientAssetCollectionWithAssetFetchResult:title:")]
public static Photos.PHAssetCollection GetTransientAssetCollection (Photos.PHFetchResult fetchResult, string title);
static member GetTransientAssetCollection : Photos.PHFetchResult * string -> Photos.PHAssetCollection

Parameters

fetchResult
PHFetchResult
title
String

Returns

Attributes

Applies to