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

적용 대상