AppBroadcastBackgroundService.ViewerCount Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nombre de visionneuses de la diffusion.
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
Valeur de propriété
Nombre de téléspectateurs de l’émission.
Configuration requise pour Windows
Fonctionnalités de l’application |
appBroadcast
appBroadcastSettings
|