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 内の現在のアイテムのインデックス。

適用対象