PHAssetCollection.FetchAssetCollections Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- subtype
- PHAssetCollectionSubtype
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- asset
- PHAsset
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- assetGroupUrls
- NSUrl[]
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- identifiers
- String[]
Gibt zurück
- Attribute