Condividi tramite


ChatMessage.EstimatedDownloadSize Proprietà

Definizione

Ottiene o imposta le dimensioni stimate di un file da inviare o ricevere.

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

Valore della proprietà

UInt64

unsigned long long

uint64_t

Dimensioni stimate di un file da inviare o ricevere.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Si applica a