SettingGroup 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

Syntax

[SerializableAttribute]
public class SettingGroup : UITestEnvironmentContainerBase<Setting>
[SerializableAttribute]
public ref class SettingGroup : UITestEnvironmentContainerBase<Setting^>
[<SerializableAttribute>]
type SettingGroup = 
    class
        inherit UITestEnvironmentContainerBase<Setting>
    end
<SerializableAttribute>
Public Class SettingGroup
    Inherits UITestEnvironmentContainerBase(Of Setting)

Constructors

Name Description
System_CAPS_pubmethod SettingGroup()

Initializes a new instance of the SettingGroup class for XML serialization or deserialization.

System_CAPS_pubmethod SettingGroup(String)

Initializes a new instance of the SettingGroup class by using the provided group name.

Properties

Name Description
System_CAPS_pubproperty GroupName

Gets or sets the name of this setting group.

System_CAPS_pubproperty Name

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

System_CAPS_pubproperty Setting

Gets a collection of Setting objects.

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

(Overrides Object.ToString().)

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

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top