Share via


IRunConfigurationCustomHostEditor Members

Include Protected Members
Include Inherited Members

To display a new page in the test run configuration editor, implement the methods of the IRunConfigurationCustomHostEditor interface. The class that implements this interface must inherit from the UserControl class. This UserControl is displayed on the Hosts page in the test run configuration editor. For more information about the test run configuration editor, see Configuring Test Execution.

The IRunConfigurationCustomHostEditor type exposes the following members.

Methods

 

Name

Description

Public method

GetData

Use the IRunConfigurationCustomHostEditor.GetData method to persist data that you use in the test run configuration editor for your host adapter. For example, your test host can use SetData to persist a Visual Studio registry hive. Then, you can retrieve the hive later, if you have to, by using GetData.

Public method

Initialize

(Inherited from IRunConfigurationEditor.)

Public method

OnCommonDataDirty

(Inherited from IRunConfigurationEditor.)

Public method

SetData

Use the IRunConfigurationCustomHostEditor.SetData method to retrieve data that you use in the test run configuration editor for your host adapter. For example, your test host can use SetData to persist a Visual Studio registry hive. Then, you can retrieve the hive later, if you have to, by using IRunConfigurationCustomHostEditor.GetData.

Public method

VerifyData

(Inherited from IRunConfigurationEditor.)

Top

Properties

 

Name

Description

Public property

Description

(Inherited from IRunConfigurationEditor.)

Public property

HelpKeyword

(Inherited from IRunConfigurationEditor.)

Public property

HostType

Gets a value that indicates the name of the host.

Top

Events

 

Name

Description

Public event

DataGetDirty

(Inherited from IRunConfigurationEditor.)

Top

See Also

Reference

IRunConfigurationCustomHostEditor Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace