PHCollectionListChangeRequest.ChangeRequest 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
ChangeRequest(PHCollectionList) | |
ChangeRequest(PHCollectionList, PHFetchResult) |
ChangeRequest(PHCollectionList)
[Foundation.Export("changeRequestForCollectionList:")]
public static Photos.PHCollectionListChangeRequest ChangeRequest (Photos.PHCollectionList collectionList);
static member ChangeRequest : Photos.PHCollectionList -> Photos.PHCollectionListChangeRequest
Parámetros
- collectionList
- PHCollectionList
Devoluciones
- Atributos
Se aplica a
ChangeRequest(PHCollectionList, PHFetchResult)
[Foundation.Export("changeRequestForCollectionList:childCollections:")]
public static Photos.PHCollectionListChangeRequest ChangeRequest (Photos.PHCollectionList collectionList, Photos.PHFetchResult childCollections);
static member ChangeRequest : Photos.PHCollectionList * Photos.PHFetchResult -> Photos.PHCollectionListChangeRequest
Parámetros
- collectionList
- PHCollectionList
- childCollections
- PHFetchResult
Devoluciones
- Atributos