Share via


ITestElement.Groups Property

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.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property Groups As PropertyDescriptorCollection
PropertyDescriptorCollection Groups { get; }
property PropertyDescriptorCollection^ Groups {
    PropertyDescriptorCollection^ get ();
}
abstract Groups : PropertyDescriptorCollection
function get Groups () : PropertyDescriptorCollection

Property Value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection of property descriptors.

.NET Framework Security

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace

PropertyDescriptorCollection

PropertyDescriptor