共用方式為


IPotentiallyLarge.ApproximateSize 屬性

取得這個物件在進行 XML 序列化時,其中資料的大約大小 (以位元組為單位)。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
ReadOnly Property ApproximateSize As Integer
int ApproximateSize { get; }
property int ApproximateSize {
    int get ();
}
abstract ApproximateSize : int with get
function get ApproximateSize () : int

屬性值

型別:System.Int32
序列化期間這個物件中之資料的約略大小 (以位元組為單位)。

.NET Framework 安全性

請參閱

參考

IPotentiallyLarge 介面

Microsoft.VisualStudio.TestTools.Common 命名空間