BaseTuip::UpdateTestCustomProperty Method

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

Updates the value of a custom property by using the provided test element.

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

public:
virtual void UpdateTestCustomProperty(
	ITestElement^ test, 
	String^ property
)

Parameters

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

An ITestElement object.

property
Type: System::String

The name of the property to update.

Implements

ITuip::UpdateTestCustomProperty(ITestElement, String)

The property value has already been set in the provided test element.

Community Additions

Show: