ITuipEditorTestPropertyChange.ChangeTestProperty Method

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

Sets the value of a property in the provided test element.

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

Syntax

'Declaration
Sub ChangeTestProperty ( _
    testWithNewProperty As ITestElement, _
    propertyDescriptor As PropertyDescriptor _
)
void ChangeTestProperty(
    ITestElement testWithNewProperty,
    PropertyDescriptor propertyDescriptor
)
void ChangeTestProperty(
    ITestElement^ testWithNewProperty, 
    PropertyDescriptor^ propertyDescriptor
)
abstract ChangeTestProperty : 
        testWithNewProperty:ITestElement * 
        propertyDescriptor:PropertyDescriptor -> unit
function ChangeTestProperty(
    testWithNewProperty : ITestElement, 
    propertyDescriptor : PropertyDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

ITuipEditorTestPropertyChange Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement

PropertyDescriptor