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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.