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 メソッドを呼び出すことで、このクラスのインスタンスを使用できます。

プロパティ

CanStartBroadcast

現在のアプリがブロードキャストを開始できるかどうかを示す値を取得します。

Details

現在のアプリが現在ブロードキャストを開始できない理由を示す詳細情報を提供する AppBroadcastingStatusDetails オブジェクトを取得します。

適用対象