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
'Usage
Dim instance As ITestElement 
Dim value As PropertyDescriptorCollection 

value = instance.Groups
PropertyDescriptorCollection Groups { get; }
property PropertyDescriptorCollection^ Groups {
    PropertyDescriptorCollection^ get ();
}
function get Groups () : PropertyDescriptorCollection

Property Value

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

.NET Framework Security

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

PropertyDescriptorCollection

PropertyDescriptor