ITuip.UpdateTestProperty Method

Sets the value of the specified 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 UpdateTestProperty ( _
    test As ITestElement, _
    propertyToChange As PropertyDescriptor _
)
void UpdateTestProperty(
    ITestElement test,
    PropertyDescriptor propertyToChange
)
void UpdateTestProperty(
    ITestElement^ test, 
    PropertyDescriptor^ propertyToChange
)
abstract UpdateTestProperty : 
        test:ITestElement * 
        propertyToChange:PropertyDescriptor -> unit
function UpdateTestProperty(
    test : ITestElement, 
    propertyToChange : PropertyDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

ITuip Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement

PropertyDescriptor