Compartilhar via


ChatMessage.EstimatedDownloadSize Propriedade

Definição

Obtém ou define o tamanho estimado de um arquivo a ser enviado ou recebido.

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 da propriedade

UInt64

unsigned long long

uint64_t

O tamanho estimado de um arquivo a ser enviado ou recebido.

Requisitos do Windows

Funcionalidades do aplicativo
chat chatSystem smsSend

Aplica-se a