LoadTestTuip.UpdateTestProperty Method

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

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

Syntax

'Declaration
Public Overrides Sub UpdateTestProperty ( _
    test As ITestElement, _
    property As PropertyDescriptor _
)
public override void UpdateTestProperty(
    ITestElement test,
    PropertyDescriptor property
)
public:
virtual void UpdateTestProperty(
    ITestElement^ test, 
    PropertyDescriptor^ property
) override
abstract UpdateTestProperty : 
        test:ITestElement * 
        property:PropertyDescriptor -> unit  
override UpdateTestProperty : 
        test:ITestElement * 
        property:PropertyDescriptor -> unit
public override function UpdateTestProperty(
    test : ITestElement, 
    property : PropertyDescriptor
)

Parameters

Implements

ITuip.UpdateTestProperty(ITestElement, PropertyDescriptor)

.NET Framework Security

See Also

Reference

LoadTestTuip Class

Microsoft.VisualStudio.TestTools.LoadTest Namespace