ITuip::UpdateTestCustomProperty Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

void UpdateTestCustomProperty(
	ITestElement^ test, 
	String^ propertyToChange
)

Parameters

test
Type: Microsoft.VisualStudio.TestTools.Common::ITestElement

The ITestElement object to be updated.

propertyToChange
Type: System::String

The name of the custom property to set.

Community Additions

Show: