Share via


TestElement.Groups Property

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.

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

Syntax

'Declaration
Public ReadOnly Property Groups As PropertyDescriptorCollection
'Usage
Dim instance As TestElement 
Dim value As PropertyDescriptorCollection 

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

Property Value

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

Implements

ITestElement.Groups

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

PropertyDescriptorCollection

PropertyDescriptor