PHAssetCollection.FetchAssetCollections Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- subtype
- PHAssetCollectionSubtype
Retornos
- Atributos
Aplica-se a
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
Parâmetros
- asset
- PHAsset
Retornos
- Atributos
Aplica-se a
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
Parâmetros
- assetGroupUrls
- NSUrl[]
Retornos
- Atributos
Aplica-se a
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
Parâmetros
- identifiers
- String[]
Retornos
- Atributos