PHCollectionListChangeRequest.ChangeRequest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性