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 Interface

 

Represents an interface that can be implemented by a potentially large object to enable the testing framework to determine whether to enforce flow control during operations that involve the object.

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

public interface class IPotentiallyLarge

NameDescription
System_CAPS_pubpropertyApproximateSize

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

Return to top
Show: