PHAssetCollection.FetchAssetCollections 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
FetchAssetCollections(PHAssetCollectionType, PHAssetCollectionSubtype, PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsWithType:subtype:options:")]
public static Photos.PHFetchResult FetchAssetCollections (Photos.PHAssetCollectionType type, Photos.PHAssetCollectionSubtype subtype, Photos.PHFetchOptions options);
static member FetchAssetCollections : Photos.PHAssetCollectionType * Photos.PHAssetCollectionSubtype * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- subtype
- PHAssetCollectionSubtype
Returns
- Attributes
Applies to
FetchAssetCollections(PHAsset, PHAssetCollectionType, PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsContainingAsset:withType:options:")]
public static Photos.PHFetchResult FetchAssetCollections (Photos.PHAsset asset, Photos.PHAssetCollectionType type, Photos.PHFetchOptions options);
static member FetchAssetCollections : Photos.PHAsset * Photos.PHAssetCollectionType * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- asset
- PHAsset
Returns
- Attributes
Applies to
FetchAssetCollections(NSUrl[], PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsWithALAssetGroupURLs:options:")]
public static Photos.PHFetchResult FetchAssetCollections (Foundation.NSUrl[] assetGroupUrls, Photos.PHFetchOptions options);
static member FetchAssetCollections : Foundation.NSUrl[] * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- assetGroupUrls
- NSUrl[]
Returns
- Attributes
Applies to
FetchAssetCollections(String[], PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsWithLocalIdentifiers:options:")]
public static Photos.PHFetchResult FetchAssetCollections (string[] identifiers, Photos.PHFetchOptions options);
static member FetchAssetCollections : string[] * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- identifiers
- String[]
Returns
- Attributes