Share via


PhotoImportFindItemsResult.SelectedTotalCount Property

Definition

Gets the total number of items that are currently selected to be included in the ImportItemsAsync operation.

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

Property Value

UInt32

unsigned int

uint32_t

The total number of items that are currently selected

Applies to