LoadTestTuip.UpdateTestCustomProperty Method (ITestElement, String)
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
public override void UpdateTestCustomProperty(
ITestElement test,
string property
)
public:
virtual void UpdateTestCustomProperty(
ITestElement^ test,
String^ property
) override
override UpdateTestCustomProperty :
test:ITestElement *
property:string -> unit
Public Overrides Sub UpdateTestCustomProperty (
test As ITestElement,
property As String
)
Parameters
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementAn ITestElement object.
property
Type: System.StringThe name of the property to update.
Implements
ITuip.UpdateTestCustomProperty(ITestElement, String)
See Also
LoadTestTuip Class
Microsoft.VisualStudio.TestTools.LoadTest Namespace
Return to top