PHCollectionList.FetchCollectionLists 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
FetchCollectionLists(PHCollection, PHFetchOptions) | |
FetchCollectionLists(String[], PHFetchOptions) | |
FetchCollectionLists(PHCollectionListType, PHCollectionListSubtype, PHFetchOptions) |
FetchCollectionLists(PHCollection, PHFetchOptions)
[Foundation.Export("fetchCollectionListsContainingCollection:options:")]
public static Photos.PHFetchResult FetchCollectionLists (Photos.PHCollection collection, Photos.PHFetchOptions options);
static member FetchCollectionLists : Photos.PHCollection * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- collection
- PHCollection
Returns
- Attributes
Applies to
FetchCollectionLists(String[], PHFetchOptions)
[Foundation.Export("fetchCollectionListsWithLocalIdentifiers:options:")]
public static Photos.PHFetchResult FetchCollectionLists (string[] identifiers, Photos.PHFetchOptions options);
static member FetchCollectionLists : string[] * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- identifiers
- String[]
Returns
- Attributes
Applies to
FetchCollectionLists(PHCollectionListType, PHCollectionListSubtype, PHFetchOptions)
[Foundation.Export("fetchCollectionListsWithType:subtype:options:")]
public static Photos.PHFetchResult FetchCollectionLists (Photos.PHCollectionListType type, Photos.PHCollectionListSubtype subType, Photos.PHFetchOptions options);
static member FetchCollectionLists : Photos.PHCollectionListType * Photos.PHCollectionListSubtype * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- type
- PHCollectionListType
- subType
- PHCollectionListSubtype
Returns
- Attributes