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.
Represents the stored configuration.
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.UITestEnvironment
Syntax
[SerializableAttribute]
public class UITestEnvironment : UITestEnvironmentContainerBase<SettingGroup>
[SerializableAttribute]
public ref class UITestEnvironment : UITestEnvironmentContainerBase<SettingGroup^>
[<SerializableAttribute>]
type UITestEnvironment =
class
inherit UITestEnvironmentContainerBase<SettingGroup>
end
<SerializableAttribute>
Public Class UITestEnvironment
Inherits UITestEnvironmentContainerBase(Of SettingGroup)
Constructors
Name | Description | |
---|---|---|
![]() |
UITestEnvironment() | Initializes a new instance of the UITestEnvironment class. |
Properties
Name | Description | |
---|---|---|
![]() |
Group | Gets a collection of setting groups. |
![]() |
Name | Gets the name of the UI test environment for serialization.(Inherited from UITestEnvironmentContainerBase<TChild>.) |
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() | (Inherited from Object.) |
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
UITestEnvironmentContainerBase<TChild>
SettingGroup
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top