共用方式為


BasicProperties.Size 屬性

定義

取得以位元組為單位的檔案大小。

public:
 property unsigned long long Size { unsigned long long get(); };
uint64_t Size();
public ulong Size { get; }
var uInt64 = basicProperties.size;
Public ReadOnly Property Size As ULong

屬性值

UInt64

unsigned long long

uint64_t

以位元組為單位的檔案大小。

適用於