Share via


TestElement.VisibleProperties Property

Definition

Gets a collection of the properties of this test element that is visible in the user interface.

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ VisibleProperties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection VisibleProperties { get; }
member this.VisibleProperties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property VisibleProperties As PropertyDescriptorCollection

Property Value

A collection of the properties of this test element that is visible in the user interface.

Implements

Applies to