ChatMessage.EstimatedDownloadSize 屬性

定義

取得或設定要傳送或接收之檔案的估計大小。

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

屬性值

UInt64

unsigned long long

uint64_t

要傳送或接收之檔案的估計大小。

Windows 需求

應用程式功能
chat chatSystem smsSend

適用於