ITestElement.Groups Property

Definition

Gets a collection of property descriptors that represent the groups to which the properties of this test element belong, and determines how they 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.

Applies to