UITestEnvironment Class

 

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
System_CAPS_pubmethod UITestEnvironment()

Initializes a new instance of the UITestEnvironment class.

Properties

Name Description
System_CAPS_pubproperty Group

Gets a collection of setting groups.

System_CAPS_pubproperty Name

Gets the name of the UI test environment for serialization.(Inherited from UITestEnvironmentContainerBase<TChild>.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the provided object is equal to this object.(Inherited from UITestEnvironmentContainerBase<TChild>.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from UITestEnvironmentContainerBase<TChild>.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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