Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
ReadOnly Property Groups As PropertyDescriptorCollection
'使用
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
Permissions
- 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.