ITuipEditorTestPropertyChange Interface

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

Provides an interface that adds methods to change properties in a derived class.

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

Syntax

'Declaration
Public Interface ITuipEditorTestPropertyChange
public interface ITuipEditorTestPropertyChange
public interface class ITuipEditorTestPropertyChange
type ITuipEditorTestPropertyChange =  interface end
public interface ITuipEditorTestPropertyChange

The ITuipEditorTestPropertyChange type exposes the following members.

Methods

  Name Description
Public method ChangeCustomTestProperty Sets the value of a custom property in the provided test element.
Public method ChangeTestProperty Sets the value of a property in the provided test element.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace