PHAssetCollection.FetchAssetCollections メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FetchAssetCollections(PHAssetCollectionType, PHAssetCollectionSubtype, PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsWithType:subtype:options:")]
public static Photos.PHFetchResult FetchAssetCollections (Photos.PHAssetCollectionType type, Photos.PHAssetCollectionSubtype subtype, Photos.PHFetchOptions options);
static member FetchAssetCollections : Photos.PHAssetCollectionType * Photos.PHAssetCollectionSubtype * Photos.PHFetchOptions -> Photos.PHFetchResult
パラメーター
- subtype
- PHAssetCollectionSubtype
戻り値
- 属性
適用対象
FetchAssetCollections(PHAsset, PHAssetCollectionType, PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsContainingAsset:withType:options:")]
public static Photos.PHFetchResult FetchAssetCollections (Photos.PHAsset asset, Photos.PHAssetCollectionType type, Photos.PHFetchOptions options);
static member FetchAssetCollections : Photos.PHAsset * Photos.PHAssetCollectionType * Photos.PHFetchOptions -> Photos.PHFetchResult
パラメーター
- asset
- PHAsset
戻り値
- 属性
適用対象
FetchAssetCollections(NSUrl[], PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsWithALAssetGroupURLs:options:")]
public static Photos.PHFetchResult FetchAssetCollections (Foundation.NSUrl[] assetGroupUrls, Photos.PHFetchOptions options);
static member FetchAssetCollections : Foundation.NSUrl[] * Photos.PHFetchOptions -> Photos.PHFetchResult
パラメーター
- assetGroupUrls
- NSUrl[]
戻り値
- 属性
適用対象
FetchAssetCollections(String[], PHFetchOptions)
[Foundation.Export("fetchAssetCollectionsWithLocalIdentifiers:options:")]
public static Photos.PHFetchResult FetchAssetCollections (string[] identifiers, Photos.PHFetchOptions options);
static member FetchAssetCollections : string[] * Photos.PHFetchOptions -> Photos.PHFetchResult
パラメーター
- identifiers
- String[]
戻り値
- 属性