PHCollectionList.FetchMomentLists Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
FetchMomentLists(PHCollectionListSubtype, PHFetchOptions) | |
FetchMomentLists(PHCollectionListSubtype, PHAssetCollection, PHFetchOptions) |
FetchMomentLists(PHCollectionListSubtype, PHFetchOptions)
[Foundation.Export("fetchMomentListsWithSubtype:options:")]
public static Photos.PHFetchResult FetchMomentLists (Photos.PHCollectionListSubtype subType, Photos.PHFetchOptions options);
static member FetchMomentLists : Photos.PHCollectionListSubtype * Photos.PHFetchOptions -> Photos.PHFetchResult
Parámetros
- subType
- PHCollectionListSubtype
Devoluciones
- Atributos
Se aplica a
FetchMomentLists(PHCollectionListSubtype, PHAssetCollection, PHFetchOptions)
[Foundation.Export("fetchMomentListsWithSubtype:containingMoment:options:")]
public static Photos.PHFetchResult FetchMomentLists (Photos.PHCollectionListSubtype subType, Photos.PHAssetCollection moment, Photos.PHFetchOptions options);
static member FetchMomentLists : Photos.PHCollectionListSubtype * Photos.PHAssetCollection * Photos.PHFetchOptions -> Photos.PHFetchResult
Parámetros
- subType
- PHCollectionListSubtype
- moment
- PHAssetCollection
Devoluciones
- Atributos