Share via


LoadTestTuip.UpdateTestProperty Method (ITestElement, PropertyDescriptor)

 

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

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

Parameters

Implements

ITuip.UpdateTestProperty(ITestElement, PropertyDescriptor)

See Also

LoadTestTuip Class
Microsoft.VisualStudio.TestTools.LoadTest Namespace

Return to top