PhotoImportFindItemsResult.SelectedSiblingsCount 属性

定义

获取当前选择要包含在 ImportItemsAsync 操作中的同级文件的数量。

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

属性值

UInt32

unsigned int

uint32_t

当前所选的同级文件数。

适用于