Share via


LoadTestTuip.UpdateTestCustomProperty Method

Updates the value of a custom property by using 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 UpdateTestCustomProperty ( _
    test As ITestElement, _
    property As String _
)
public override void UpdateTestCustomProperty(
    ITestElement test,
    string property
)
public:
virtual void UpdateTestCustomProperty(
    ITestElement^ test, 
    String^ property
) override
abstract UpdateTestCustomProperty : 
        test:ITestElement * 
        property:string -> unit  
override UpdateTestCustomProperty : 
        test:ITestElement * 
        property:string -> unit
public override function UpdateTestCustomProperty(
    test : ITestElement, 
    property : String
)

Parameters

  • property
    Type: String

    The name of the property to update.

Implements

ITuip.UpdateTestCustomProperty(ITestElement, String)

.NET Framework Security

See Also

Reference

LoadTestTuip Class

Microsoft.VisualStudio.TestTools.LoadTest Namespace