TestRunConfiguration.BucketSize 属性
获取或设置运行配置的存储桶大小。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Property BucketSize As Integer
public int BucketSize { get; set; }
public:
property int BucketSize {
int get ();
void set (int value);
}
member BucketSize : int with get, set
function get BucketSize () : int
function set BucketSize (value : int)
属性值
类型:System.Int32
存储桶的大小。
异常
异常 | 条件 |
---|---|
Common_CannotBeLessThanZero | 大小 < 0. |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。