IRunConfigurationEditor Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

public interface class IRunConfigurationEditor

The IRunConfigurationEditor type exposes the following members.

  NameDescription
Public propertyDescriptionGets the description of this configuration editor.
Public propertyHelpKeywordGets the Help keyword for this configuration editor.
Top

  NameDescription
Public methodInitializeInitializes this configuration editor by using objects from the testing framework.
Public methodOnCommonDataDirtyHandles the event that occurs when common test run configuration data has been modified outside the editor.
Public methodVerifyDataVerifies the data in the editor and prompts the user, if it is required.
Top

  NameDescription
Public eventDataGetDirtyThe event that is raised by the editor when the data in the editor is changed by the user.
Top

Community Additions

Show: