次の方法で共有


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

現在選択されている写真の数。

適用対象