Freigeben über


SettingGroup.Setting-Eigenschaft

Ruft eine Auflistung von Setting-Objekten 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 Setting As Collection(Of Setting)
public Collection<Setting> Setting { get; }
public:
property Collection<Setting^>^ Setting {
    Collection<Setting^>^ get ();
}
member Setting : Collection<Setting> with get
function get Setting () : Collection<Setting>

Eigenschaftswert

Typ: System.Collections.ObjectModel.Collection<Setting>
Die Auflistung von Einstellungen.

.NET Framework-Sicherheit

Siehe auch

Referenz

SettingGroup Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

Setting