AppBroadcastBackgroundService.ViewerCount プロパティ

定義

ブロードキャストの閲覧者の数を取得または設定します。

public:
 property unsigned int ViewerCount { unsigned int get(); void set(unsigned int value); };
uint32_t ViewerCount();

void ViewerCount(uint32_t value);
public uint ViewerCount { get; set; }
var uInt32 = appBroadcastBackgroundService.viewerCount;
appBroadcastBackgroundService.viewerCount = uInt32;
Public Property ViewerCount As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

ブロードキャストの視聴者数。

Windows の要件

アプリの機能
appBroadcast appBroadcastSettings

適用対象