PHCollectionList.FetchMomentLists 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FetchMomentLists(PHCollectionListSubtype, PHFetchOptions) | |
FetchMomentLists(PHCollectionListSubtype, PHAssetCollection, PHFetchOptions) |
FetchMomentLists(PHCollectionListSubtype, PHFetchOptions)
[Foundation.Export("fetchMomentListsWithSubtype:options:")]
public static Photos.PHFetchResult FetchMomentLists (Photos.PHCollectionListSubtype subType, Photos.PHFetchOptions options);
static member FetchMomentLists : Photos.PHCollectionListSubtype * Photos.PHFetchOptions -> Photos.PHFetchResult
參數
- subType
- PHCollectionListSubtype
傳回
- 屬性
適用於
FetchMomentLists(PHCollectionListSubtype, PHAssetCollection, PHFetchOptions)
[Foundation.Export("fetchMomentListsWithSubtype:containingMoment:options:")]
public static Photos.PHFetchResult FetchMomentLists (Photos.PHCollectionListSubtype subType, Photos.PHAssetCollection moment, Photos.PHFetchOptions options);
static member FetchMomentLists : Photos.PHCollectionListSubtype * Photos.PHAssetCollection * Photos.PHFetchOptions -> Photos.PHFetchResult
參數
- subType
- PHCollectionListSubtype
- moment
- PHAssetCollection
傳回
- 屬性