PHAssetResource.GetAssetResources 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
GetAssetResources(PHAsset) |
Gets the resources for the specified asset. |
GetAssetResources(PHLivePhoto) |
Gets the resources for the specified Live Photo asset. |
GetAssetResources(PHAsset)
Gets the resources for the specified asset.
[Foundation.Export("assetResourcesForAsset:")]
public static Photos.PHAssetResource[] GetAssetResources (Photos.PHAsset forAsset);
static member GetAssetResources : Photos.PHAsset -> Photos.PHAssetResource[]
Parameters
- forAsset
- PHAsset
Returns
- Attributes
Applies to
GetAssetResources(PHLivePhoto)
Gets the resources for the specified Live Photo asset.
[Foundation.Export("assetResourcesForLivePhoto:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public static Photos.PHAssetResource[] GetAssetResources (Photos.PHLivePhoto livePhoto);
static member GetAssetResources : Photos.PHLivePhoto -> Photos.PHAssetResource[]
Parameters
- livePhoto
- PHLivePhoto
Returns
- Attributes