Share via


MediaPlaybackList.CurrentItemIndex 属性

定义

获取MediaPlaybackList 中当前项的索引。

public:
 property unsigned int CurrentItemIndex { unsigned int get(); };
uint32_t CurrentItemIndex();
public uint CurrentItemIndex { get; }
var uInt32 = mediaPlaybackList.currentItemIndex;
Public ReadOnly Property CurrentItemIndex As UInteger

属性值

UInt32

unsigned int

uint32_t

MediaPlaybackList 中当前项的索引。

适用于