Share via


UITestEnvironmentContainerBase<TChild> Class

 

Provides a base class for a UI test environment container class.

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
    Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironment

Syntax

public abstract class UITestEnvironmentContainerBase<TChild>
where TChild : class
generic<typename TChild>
where TChild : ref class
public ref class UITestEnvironmentContainerBase abstract 
[<AbstractClass>]
type UITestEnvironmentContainerBase<'TChild when 'TChild : not struct> = class end
Public MustInherit Class UITestEnvironmentContainerBase(Of TChild As Class)

Type Parameters

Constructors

Name Description
System_CAPS_protmethod UITestEnvironmentContainerBase<TChild>()

Initializes a new instance of the UITestEnvironmentContainerBase<TChild> class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets the name of the UI test environment for serialization.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the provided object is equal to this object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Overrides Object.GetHashCode().)

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

Setting
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top