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.
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 | |
---|---|---|
![]() |
UITestEnvironmentContainerBase<TChild>() | Initializes a new instance of the UITestEnvironmentContainerBase<TChild> class. |
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets the name of the UI test environment for serialization. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the provided object is equal to this object.(Overrides Object.Equals(Object).) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Overrides Object.GetHashCode().) |
![]() |
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
Setting
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top