PHAsset.FetchAssets 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FetchAssets(PHAssetMediaType, PHFetchOptions) |
일치하는 PHAsset 지정된 의 개체를 |
FetchAssets(PHAssetCollection, PHFetchOptions) |
를 충족 |
FetchAssets(String, PHFetchOptions) |
PHAsset 버스트에서 만든 개체를 와 일치하는 |
FetchAssets(PHFetchOptions) |
일치하는 개체를 PHAsset 검색합니다 |
FetchAssets(NSUrl[], PHFetchOptions) |
개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. |
FetchAssets(PHAssetMediaType, PHFetchOptions)
일치하는 PHAsset 지정된 의 개체를 mediaType
options
가져옵니다.
[Foundation.Export("fetchAssetsWithMediaType:options:")]
public static Photos.PHFetchResult FetchAssets (Photos.PHAssetMediaType mediaType, Photos.PHFetchOptions options);
static member FetchAssets : Photos.PHAssetMediaType * Photos.PHFetchOptions -> Photos.PHFetchResult
매개 변수
- mediaType
- PHAssetMediaType
반환
- 특성
적용 대상
FetchAssets(PHAssetCollection, PHFetchOptions)
를 충족options
하는 PHAsset 의 assetCollection
개체를 검색합니다.
[Foundation.Export("fetchAssetsInAssetCollection:options:")]
public static Photos.PHFetchResult FetchAssets (Photos.PHAssetCollection assetCollection, Photos.PHFetchOptions options);
static member FetchAssets : Photos.PHAssetCollection * Photos.PHFetchOptions -> Photos.PHFetchResult
매개 변수
- assetCollection
- PHAssetCollection
반환
- 특성
적용 대상
FetchAssets(String, PHFetchOptions)
PHAsset 버스트에서 만든 개체를 와 일치하는 options
지정된 burstIdentifier
를 사용하여 가져옵니다.
[Foundation.Export("fetchAssetsWithBurstIdentifier:options:")]
public static Photos.PHFetchResult FetchAssets (string burstIdentifier, Photos.PHFetchOptions options);
static member FetchAssets : string * Photos.PHFetchOptions -> Photos.PHFetchResult
매개 변수
- burstIdentifier
- String
반환
- 특성
적용 대상
FetchAssets(PHFetchOptions)
일치하는 개체를 PHAsset 검색합니다 options
.
[Foundation.Export("fetchAssetsWithOptions:")]
public static Photos.PHFetchResult FetchAssets (Photos.PHFetchOptions options);
static member FetchAssets : Photos.PHFetchOptions -> Photos.PHFetchResult
매개 변수
반환
- 특성
적용 대상
FetchAssets(NSUrl[], PHFetchOptions)
개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다.
[Foundation.Export("fetchAssetsWithALAssetURLs:options:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static Photos.PHFetchResult FetchAssets (Foundation.NSUrl[] assetUrls, Photos.PHFetchOptions options);
static member FetchAssets : Foundation.NSUrl[] * Photos.PHFetchOptions -> Photos.PHFetchResult
매개 변수
- assetUrls
- NSUrl[]
반환
- 특성