PhotoImportFindItemsResult.SelectedTotalCount 属性

定义

获取当前选择要包含在 ImportItemsAsync 操作中的项总数。

public:
 property unsigned int SelectedTotalCount { unsigned int get(); };
uint32_t SelectedTotalCount();
public uint SelectedTotalCount { get; }
var uInt32 = photoImportFindItemsResult.selectedTotalCount;
Public ReadOnly Property SelectedTotalCount As UInteger

属性值

UInt32

unsigned int

uint32_t

当前选定的项总数

适用于