ITuipEditorTestPropertyChange Interface
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 | |
---|---|---|
ChangeCustomTestProperty | Sets the value of a custom property in the provided test element. | |
ChangeTestProperty | Sets the value of a property in the provided test element. |
Top