다음을 통해 공유


AppBroadcastingStatus 클래스

정의

앱이 현재 브로드캐스트를 시작할 수 있는지 확인하고, 그렇지 않은 경우 브로드캐스트를 시작할 수 없는 이유에 대한 세부 정보를 가져올 수 있습니다.

public ref class AppBroadcastingStatus sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.AppBroadcasting.AppBroadcastingContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastingStatus final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.AppBroadcasting.AppBroadcastingContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastingStatus
Public NotInheritable Class AppBroadcastingStatus
상속
Object Platform::Object IInspectable AppBroadcastingStatus
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.16299.0에서 도입되었습니다.)
API contract
Windows.Media.AppBroadcasting.AppBroadcastingContract (v1.0에서 도입되었습니다.)

설명

AppBroadcastingUI 클래스의 GetStatus 메서드를 호출하여 이 클래스의 instance 수 있습니다.

속성

CanStartBroadcast

현재 앱이 브로드캐스트를 시작할 수 있는지 여부를 나타내는 값을 가져옵니다.

Details

현재 앱이 현재 브로드캐스트를 시작할 수 없는 이유를 나타내는 자세한 정보를 제공하는 AppBroadcastingStatusDetails 개체를 가져옵니다.

적용 대상