GlobalSystemMediaTransportControlsSessionPlaybackInfo.PlaybackType プロパティ

定義

セッションに含まれるコンテンツの種類を指定します。

public:
 property IReference<MediaPlaybackType> ^ PlaybackType { IReference<MediaPlaybackType> ^ get(); };
IReference<MediaPlaybackType> PlaybackType();
public System.Nullable<MediaPlaybackType> PlaybackType { get; }
var iReference = globalSystemMediaTransportControlsSessionPlaybackInfo.playbackType;
Public ReadOnly Property PlaybackType As Nullable(Of MediaPlaybackType)

プロパティ値

再生の種類。

適用対象