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

적용 대상