Modifica

Share via


PHCollectionList.FetchCollectionLists Method

Definition

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
options
PHFetchOptions

To be added.

This parameter can be null.

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[]
options
PHFetchOptions

To be added.

This parameter can be null.

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

options
PHFetchOptions

To be added.

This parameter can be null.

Returns

Attributes

Applies to