次の方法で共有


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

適用対象