다음을 통해 공유


AppBroadcastingStatusDetails.IsDisabledBySystem 속성

정의

시스템에서 앱 브로드캐스트를 사용하지 않도록 설정할지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsDisabledBySystem { bool get(); };
bool IsDisabledBySystem();
public bool IsDisabledBySystem { get; }
var boolean = appBroadcastingStatusDetails.isDisabledBySystem;
Public ReadOnly Property IsDisabledBySystem As Boolean

속성 값

Boolean

bool

시스템에서 앱 브로드캐스트를 사용하지 않도록 설정하면 True이고, 그렇지 않으면 false입니다.

설명

AppBroadcastingUI를 사용하여 브로드캐스팅 시스템 설정 UI를 표시합니다.

적용 대상