PHAsset.FetchAssets Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FetchAssets(PHAssetMediaType, PHFetchOptions) |
Extrait les PHAsset objets du spécifié |
FetchAssets(PHAssetCollection, PHFetchOptions) |
Récupère les PHAsset objets dans |
FetchAssets(String, PHFetchOptions) |
Extrait les PHAsset objets créés dans le burst avec le spécifié |
FetchAssets(PHFetchOptions) |
Récupère les PHAsset objets qui correspondent |
FetchAssets(NSUrl[], PHFetchOptions) |
Les développeurs ne doivent pas utiliser cette méthode dépréciée. |
FetchAssets(PHAssetMediaType, PHFetchOptions)
Extrait les PHAsset objets du spécifié mediaType
qui correspondent options
à .
[Foundation.Export("fetchAssetsWithMediaType:options:")]
public static Photos.PHFetchResult FetchAssets (Photos.PHAssetMediaType mediaType, Photos.PHFetchOptions options);
static member FetchAssets : Photos.PHAssetMediaType * Photos.PHFetchOptions -> Photos.PHFetchResult
Paramètres
- mediaType
- PHAssetMediaType
Retours
- Attributs
S’applique à
FetchAssets(PHAssetCollection, PHFetchOptions)
Récupère les PHAsset objets dans assetCollection
qui satisfont options
.
[Foundation.Export("fetchAssetsInAssetCollection:options:")]
public static Photos.PHFetchResult FetchAssets (Photos.PHAssetCollection assetCollection, Photos.PHFetchOptions options);
static member FetchAssets : Photos.PHAssetCollection * Photos.PHFetchOptions -> Photos.PHFetchResult
Paramètres
- assetCollection
- PHAssetCollection
Retours
- Attributs
S’applique à
FetchAssets(String, PHFetchOptions)
Extrait les PHAsset objets créés dans le burst avec le spécifié burstIdentifier
qui correspond options
à .
[Foundation.Export("fetchAssetsWithBurstIdentifier:options:")]
public static Photos.PHFetchResult FetchAssets (string burstIdentifier, Photos.PHFetchOptions options);
static member FetchAssets : string * Photos.PHFetchOptions -> Photos.PHFetchResult
Paramètres
- burstIdentifier
- String
Retours
- Attributs
S’applique à
FetchAssets(PHFetchOptions)
Récupère les PHAsset objets qui correspondent options
à .
[Foundation.Export("fetchAssetsWithOptions:")]
public static Photos.PHFetchResult FetchAssets (Photos.PHFetchOptions options);
static member FetchAssets : Photos.PHFetchOptions -> Photos.PHFetchResult
Paramètres
Retours
- Attributs
S’applique à
FetchAssets(NSUrl[], PHFetchOptions)
Les développeurs ne doivent pas utiliser cette méthode dépréciée.
[Foundation.Export("fetchAssetsWithALAssetURLs:options:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static Photos.PHFetchResult FetchAssets (Foundation.NSUrl[] assetUrls, Photos.PHFetchOptions options);
static member FetchAssets : Foundation.NSUrl[] * Photos.PHFetchOptions -> Photos.PHFetchResult
Paramètres
- assetUrls
- NSUrl[]
Retours
- Attributs