TestElement.Groups Property

Definition

Gets a collection of property descriptors that represents the groups to which the properties of this test element belong, and also determines how the descriptors will be grouped in the properties window of the user interface.

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

Property Value

A collection of property descriptors.

Implements

Applies to