IContextAccessor.Count 属性

获取存储的值的总数。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
ReadOnly Property Count As Integer
    Get
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

属性值

类型:System.Int32
一个指示存储值数量的 int。

.NET Framework 安全性

请参见

参考

IContextAccessor 接口

Microsoft.VisualStudio.TestTools.Execution 命名空间