IPotentiallyLarge 接口
表示一个接口,该接口可以由可能很大的对象实现,以使测试框架可以确定是否执行涉及该对象的操作期间实施流控制。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Interface IPotentiallyLarge
public interface IPotentiallyLarge
public interface class IPotentiallyLarge
type IPotentiallyLarge = interface end
public interface IPotentiallyLarge
IPotentiallyLarge 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ApproximateSize | 获取为 XML 序列化时此对象中的大约数据大小(以字节为单位)。 |
页首