IRunConfigurationCustomEditor Interface

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

Represents an interface that can be added to a user control and must be implemented by a custom test type to cause the control to appear in the Run Configuration Editor panel in Visual Studio. 

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Interface IRunConfigurationCustomEditor _
    Inherits IRunConfigurationEditor
public interface IRunConfigurationCustomEditor : IRunConfigurationEditor
public interface class IRunConfigurationCustomEditor : IRunConfigurationEditor
type IRunConfigurationCustomEditor =  
    interface 
        interface IRunConfigurationEditor 
    end
public interface IRunConfigurationCustomEditor extends IRunConfigurationEditor

The IRunConfigurationCustomEditor type exposes the following members.

Properties

  Name Description
Public property Description Gets the description of this configuration editor. (Inherited from IRunConfigurationEditor.)
Public property HelpKeyword Gets the Help keyword for this configuration editor. (Inherited from IRunConfigurationEditor.)
Public property TestType Gets the custom TestType

Top

Methods

  Name Description
Public method GetData
Public method Initialize Initializes this configuration editor by using objects from the testing framework. (Inherited from IRunConfigurationEditor.)
Public method OnCommonDataDirty Handles the event that occurs when common test run configuration data has been modified outside the editor. (Inherited from IRunConfigurationEditor.)
Public method SetData Sets the data for a custom Run Configuration Editor for a specific test type.
Public method VerifyData Verifies the data in the editor and prompts the user, if it is required. (Inherited from IRunConfigurationEditor.)

Top

Events

  Name Description
Public event DataGetDirty The event that is raised by the editor when the data in the editor is changed by the user. (Inherited from IRunConfigurationEditor.)

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace

IRunConfigurationEditor