ChatMessage.EstimatedDownloadSize 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 la taille estimée d’un fichier à envoyer ou à recevoir.
public:
property unsigned long long EstimatedDownloadSize { unsigned long long get(); void set(unsigned long long value); };
uint64_t EstimatedDownloadSize();
void EstimatedDownloadSize(uint64_t value);
public ulong EstimatedDownloadSize { get; set; }
var uInt64 = chatMessage.estimatedDownloadSize;
chatMessage.estimatedDownloadSize = uInt64;
Public Property EstimatedDownloadSize As ULong
Valeur de propriété
Taille estimée d’un fichier à envoyer ou à recevoir.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|