Partager via


ChatMessage.EstimatedDownloadSize Propriété

Définition

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é

UInt64

unsigned long long

uint64_t

Taille estimée d’un fichier à envoyer ou à recevoir.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à