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)
Syntax
'Declaration
Public Interface IPotentiallyLarge
public interface IPotentiallyLarge
public interface class IPotentiallyLarge
type IPotentiallyLarge = interface end
public interface IPotentiallyLarge
The IPotentiallyLarge type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApproximateSize | Gets the approximate size, in bytes, of the data in this object when serialized for XML. |
Top