Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironmentContainerBase<TChild>
Microsoft.VisualStudio.TestTools.UITest.Common.SettingGroup
Syntax
[SerializableAttribute]
public class SettingGroup : UITestEnvironmentContainerBase<Setting>
[SerializableAttribute]
public ref class SettingGroup : UITestEnvironmentContainerBase<Setting^>
[<SerializableAttribute>]
type SettingGroup =
class
inherit UITestEnvironmentContainerBase<Setting>
end
<SerializableAttribute>
Public Class SettingGroup
Inherits UITestEnvironmentContainerBase(Of Setting)
Constructors
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. |
Properties
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. |
Methods
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().) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top