ITuipEditorTestPropertyChange.ChangeCustomTestProperty Method

Sets the value of a 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 ChangeCustomTestProperty ( _
    testWithNewProperty As ITestElement, _
    customProperty As String _
)
void ChangeCustomTestProperty(
    ITestElement testWithNewProperty,
    string customProperty
)
void ChangeCustomTestProperty(
    ITestElement^ testWithNewProperty, 
    String^ customProperty
)
abstract ChangeCustomTestProperty : 
        testWithNewProperty:ITestElement * 
        customProperty:string -> unit 
function ChangeCustomTestProperty(
    testWithNewProperty : ITestElement, 
    customProperty : String
)

Parameters

  • customProperty
    Type: System.String
    The name of the changed custom property.

.NET Framework Security

See Also

Reference

ITuipEditorTestPropertyChange Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement