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)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Community Additions
Show: