ITuip.UpdateTestCustomProperty Method

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)

Syntax

'Declaration
Sub UpdateTestCustomProperty ( _
    test As ITestElement, _
    propertyToChange As String _
)
void UpdateTestCustomProperty(
    ITestElement test,
    string propertyToChange
)
void UpdateTestCustomProperty(
    ITestElement^ test, 
    String^ propertyToChange
)
abstract UpdateTestCustomProperty : 
        test:ITestElement * 
        propertyToChange:string -> unit
function UpdateTestCustomProperty(
    test : ITestElement, 
    propertyToChange : String
)

Parameters

  • propertyToChange
    Type: System.String

    The name of the custom property to set.

.NET Framework Security

See Also

Reference

ITuip Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement