UITestEnvironment.Group-Eigenschaft

Ruft eine Auflistung von Einstellungsgruppen ab.

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

Syntax

'Declaration
Public ReadOnly Property Group As Collection(Of SettingGroup)
    Get
public Collection<SettingGroup> Group { get; }
public:
property Collection<SettingGroup^>^ Group {
    Collection<SettingGroup^>^ get ();
}
member Group : Collection<SettingGroup>
function get Group () : Collection<SettingGroup>

Eigenschaftswert

Typ: System.Collections.ObjectModel.Collection<SettingGroup>
Die Auflistung von Einstellungsgruppen.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestEnvironment Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

SettingGroup