Compartir a través de


ChatMessage.EstimatedDownloadSize Propiedad

Definición

Obtiene o establece el tamaño estimado de un archivo que se va a enviar o recibir.

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

Valor de propiedad

UInt64

unsigned long long

uint64_t

Tamaño estimado de un archivo que se va a enviar o recibir.

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a