PhotoImportFindItemsResult.SelectedVideosCount Property

Definition

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

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

Property Value

UInt32

unsigned int

uint32_t

The number of videos that are currently selected.

Applies to