ITestElement.Properties 属性

获取该测试元素的属性的集合。

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

语法

声明
ReadOnly Property Properties As Hashtable
Hashtable Properties { get; }
property Hashtable^ Properties {
    Hashtable^ get ();
}
abstract Properties : Hashtable with get
function get Properties () : Hashtable

属性值

类型:System.Collections.Hashtable
此测试元素的属性的集合。

.NET Framework 安全性

请参见

参考

ITestElement 接口

Microsoft.VisualStudio.TestTools.Common 命名空间