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 | |
|---|---|---|
| .gif) | UITestEnvironment() | Initializes a new instance of the UITestEnvironment class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Group | Gets a collection of setting groups. | 
| .jpeg) | Name | Gets the name of the UI test environment for serialization.(Inherited from UITestEnvironmentContainerBase<TChild>.) | 
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | Determines whether the provided object is equal to this object.(Inherited from UITestEnvironmentContainerBase<TChild>.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetHashCode() | (Inherited from UITestEnvironmentContainerBase<TChild>.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | 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