Share via


PHAssetBurstSelectionType 枚举

定义

指示“照片”应用还是用户选择资产作为收藏夹。

此枚举支持其成员值的按位组合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[System.Flags]
public enum PHAssetBurstSelectionType
type PHAssetBurstSelectionType = 
继承
PHAssetBurstSelectionType
属性

字段

AutoPick 1

“照片”应用选取了资产作为收藏夹。

None 0

未选择资产作为收藏夹。

UserPick 2

用户选择资产作为收藏夹。

适用于