共用方式為


PhotoImportFindItemsResult.SelectedPhotosCount 屬性

定義

取得目前選取要包含在 ImportItemsAsync 作業中的相片數目。

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

屬性值

UInt32

unsigned int

uint32_t

目前選取的相片數目。

適用於