TestResultMessage.VisibleProperties 属性

获取将在 Visual Studio Application Lifecycle Management (ALM) 用户界面中可见的此测试结果消息中的属性的集合。

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

语法

声明
Public ReadOnly Property VisibleProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection VisibleProperties { get; }
public:
virtual property PropertyDescriptorCollection^ VisibleProperties {
    PropertyDescriptorCollection^ get () sealed;
}
abstract VisibleProperties : PropertyDescriptorCollection with get
override VisibleProperties : PropertyDescriptorCollection with get
final function get VisibleProperties () : PropertyDescriptorCollection

属性值

类型:System.ComponentModel.PropertyDescriptorCollection
在 Visual Studio ALM 用户界面中可见的此测试结果消息中的属性的集合。

实现

IVisiblePropertyProvider.VisibleProperties

.NET Framework 安全性

请参见

参考

TestResultMessage 类

Microsoft.VisualStudio.TestTools.Common 命名空间

PropertyDescriptorCollection