SettingGroup Class
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Microsoft.VisualStudio.TestTools.UITest.Common::UITestEnvironmentContainerBase<TChild>
Microsoft.VisualStudio.TestTools.UITest.Common::SettingGroup
| Name | Description | |
|---|---|---|
![]() | SettingGroup() | Initializes a new instance of the SettingGroup class for XML serialization or deserialization. |
![]() | SettingGroup(String^) | Initializes a new instance of the SettingGroup class by using the provided group name. |
| Name | Description | |
|---|---|---|
![]() | GroupName | Gets or sets the name of this setting group. |
![]() | Name | Gets the name of the UI test environment for serialization.(Inherited from UITestEnvironmentContainerBase<TChild>.) |
![]() | Setting | Gets a collection of Setting objects. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the provided object is equal to this object.(Inherited from UITestEnvironmentContainerBase<TChild>.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from UITestEnvironmentContainerBase<TChild>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


