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 | |
---|---|---|
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. | |
Initialize | (Inherited from IRunConfigurationEditor.) | |
OnCommonDataDirty | (Inherited from IRunConfigurationEditor.) | |
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. | |
VerifyData | (Inherited from IRunConfigurationEditor.) |
Top
Properties
Name | Description | |
---|---|---|
Description | (Inherited from IRunConfigurationEditor.) | |
HelpKeyword | (Inherited from IRunConfigurationEditor.) | |
HostType | Gets a value that indicates the name of the host. |
Top
Events
Name | Description | |
---|---|---|
DataGetDirty | (Inherited from IRunConfigurationEditor.) |
Top