Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IPotentiallyLarge::ApproximateSize Property

 

Gets the approximate size, in bytes, of the data in this object when serialized for XML.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

property int ApproximateSize {
	int get();
}

Property Value

Type: System::Int32

The approximate size, in bytes, of the data in this object when serialized.

Return to top
Show: