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)

Syntax

'Declaration
Public Overridable Sub UpdateTestCustomProperty ( _
    test As ITestElement, _
    property As String _
)
public virtual void UpdateTestCustomProperty(
    ITestElement test,
    string property
)
public:
virtual void UpdateTestCustomProperty(
    ITestElement^ test, 
    String^ property
)
abstract UpdateTestCustomProperty : 
        test:ITestElement * 
        property:string -> unit  
override UpdateTestCustomProperty : 
        test:ITestElement * 
        property:string -> unit
public function UpdateTestCustomProperty(
    test : ITestElement, 
    property : String
)

Parameters

  • property
    Type: System.String

    The name of the property to update.

Implements

ITuip.UpdateTestCustomProperty(ITestElement, String)

Remarks

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

.NET Framework Security

See Also

Reference

BaseTuip Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement