IPotentiallyLarge.ApproximateSize 属性

定义

获取对 XML 进行序列化时此对象中数据的近似大小(以字节为单位)。

public:
 property int ApproximateSize { int get(); };
public int ApproximateSize { get; }
member this.ApproximateSize : int
Public ReadOnly Property ApproximateSize As Integer

属性值

Int32

序列化时此对象中数据的近似大小(以字节为单位)。

适用于