PhotoImportFindItemsResult.SelectedVideosCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The number of videos that are currently selected.