AppBroadcastingStatus 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱이 현재 브로드캐스트를 시작할 수 있는지 확인하고, 그렇지 않은 경우 브로드캐스트를 시작할 수 없는 이유에 대한 세부 정보를 가져올 수 있습니다.
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
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Desktop Extension SDK (10.0.16299.0에서 도입되었습니다.)
|
API contract |
Windows.Media.AppBroadcasting.AppBroadcastingContract (v1.0에서 도입되었습니다.)
|
설명
AppBroadcastingUI 클래스의 GetStatus 메서드를 호출하여 이 클래스의 instance 수 있습니다.
속성
CanStartBroadcast |
현재 앱이 브로드캐스트를 시작할 수 있는지 여부를 나타내는 값을 가져옵니다. |
Details |
현재 앱이 현재 브로드캐스트를 시작할 수 없는 이유를 나타내는 자세한 정보를 제공하는 AppBroadcastingStatusDetails 개체를 가져옵니다. |