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 メソッドを呼び出すことで、このクラスのインスタンスを使用できます。
プロパティ
CanStartBroadcast |
現在のアプリがブロードキャストを開始できるかどうかを示す値を取得します。 |
Details |
現在のアプリが現在ブロードキャストを開始できない理由を示す詳細情報を提供する AppBroadcastingStatusDetails オブジェクトを取得します。 |