PHCollectionListChangeRequest.ChangeRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- collectionList
- PHCollectionList
Returns
- Attributes
Applies to
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
Parameters
- collectionList
- PHCollectionList
- childCollections
- PHFetchResult
Returns
- Attributes