다음을 통해 공유


MediaPlaybackList.AutoRepeatEnabled 속성

정의

목록의 끝에 도달할 때 재생 목록이 반복되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AutoRepeatEnabled { bool get(); void set(bool value); };
bool AutoRepeatEnabled();

void AutoRepeatEnabled(bool value);
public bool AutoRepeatEnabled { get; set; }
var boolean = mediaPlaybackList.autoRepeatEnabled;
mediaPlaybackList.autoRepeatEnabled = boolean;
Public Property AutoRepeatEnabled As Boolean

속성 값

Boolean

bool

자동 반복을 사용하도록 설정하면 True이고, 그렇지 않으면 false입니다.

적용 대상