TestElement.Groups Property

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

Syntax

'宣言
Public ReadOnly Property Groups As PropertyDescriptorCollection
'使用
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

Implements

ITestElement.Groups

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace