ITestElement.Groups 属性
获取表示此测试元素属性所属的组的属性描述符的集合,并确定将如何在 用户界面的属性窗口中对它们进行分组。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
ReadOnly Property Groups As PropertyDescriptorCollection
PropertyDescriptorCollection Groups { get; }
property PropertyDescriptorCollection^ Groups {
PropertyDescriptorCollection^ get ();
}
abstract Groups : PropertyDescriptorCollection with get
function get Groups () : PropertyDescriptorCollection
属性值
类型:System.ComponentModel.PropertyDescriptorCollection
属性描述符的集合。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。