The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestRunConfiguration::VisibleProperties Property
Gets the description of a property.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property PropertyDescriptorCollection^ VisibleProperties { virtual PropertyDescriptorCollection^ get() sealed; }
Property Value
Type: System.ComponentModel::PropertyDescriptorCollection^The description of a property.
A description of a property consists of a name, its attributes, the component class with which the property is associated, and the type of the property.
Show: