PHCollectionListChangeRequest.ChangeRequest Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- collectionList
- PHCollectionList
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- collectionList
- PHCollectionList
- childCollections
- PHFetchResult
Gibt zurück
- Attribute