共用方式為


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

目前選取的專案總數

適用於