PhotoImportFindItemsResult.SelectedSiblingsCount Property

Definition

Gets the number of sibling files that are currently selected to be included in the ImportItemsAsync operation.

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

Property Value

UInt32

unsigned int

uint32_t

The number of sibling files that are currently selected.

Applies to