PHAssetCollection.GetTransientAssetCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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