TestRunConfiguration.VisibleProperties Property
Gets the description of a property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property VisibleProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection VisibleProperties { get; }
public:
virtual property PropertyDescriptorCollection^ VisibleProperties {
PropertyDescriptorCollection^ get () sealed;
}
abstract VisibleProperties : PropertyDescriptorCollection
override VisibleProperties : PropertyDescriptorCollection
final function get VisibleProperties () : PropertyDescriptorCollection
Property Value
Type: System.ComponentModel.PropertyDescriptorCollection
The description of a property.
Implements
IVisiblePropertyProvider.VisibleProperties
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.