共用方式為


ShuffleEnabledChangeRequestedEventArgs.RequestedShuffleEnabled 屬性

定義

取得值,指出要求是否要啟用或停用隨機顯示。

public:
 property bool RequestedShuffleEnabled { bool get(); };
bool RequestedShuffleEnabled();
public bool RequestedShuffleEnabled { get; }
var boolean = shuffleEnabledChangeRequestedEventArgs.requestedShuffleEnabled;
Public ReadOnly Property RequestedShuffleEnabled As Boolean

屬性值

Boolean

bool

如果要求已啟用隨機顯示,則為 True;否則為 false。

適用於