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 with get
function get Groups () : PropertyDescriptorCollection
Property Value
Type: 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.