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 the base interface for a run configuration editor.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Interface IRunConfigurationEditor
public interface IRunConfigurationEditor
public interface class IRunConfigurationEditor
type IRunConfigurationEditor = interface end
public interface IRunConfigurationEditor
The IRunConfigurationEditor type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets the description of this configuration editor. |
![]() |
HelpKeyword | Gets the Help keyword for this configuration editor. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Initialize | Initializes this configuration editor by using objects from the testing framework. |
![]() |
OnCommonDataDirty | Handles the event that occurs when common test run configuration data has been modified outside the editor. |
![]() |
VerifyData | Verifies the data in the editor and prompts the user, if it is required. |
Top
Events
Name | Description | |
---|---|---|
![]() |
DataGetDirty | The event that is raised by the editor when the data in the editor is changed by the user. |
Top