TestElement.Groups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.