PHCollectionListChangeRequest.ChangeRequest 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
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
Retornos
- Atributos
Aplica-se 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
Retornos
- Atributos