共用方式為


PHCollectionListChangeRequest.ChangeRequest 方法

定義

多載

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

參數

collectionList
PHCollectionList

傳回

屬性

適用於

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

參數

collectionList
PHCollectionList
childCollections
PHFetchResult

傳回

屬性

適用於