Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the value of the specified 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 UpdateTestProperty ( _
    test As ITestElement, _
    propertyToChange As PropertyDescriptor _
)
void UpdateTestProperty(
    ITestElement test,
    PropertyDescriptor propertyToChange
)
void UpdateTestProperty(
    ITestElement^ test, 
    PropertyDescriptor^ propertyToChange
)
abstract UpdateTestProperty : 
        test:ITestElement * 
        propertyToChange:PropertyDescriptor -> unit
function UpdateTestProperty(
    test : ITestElement, 
    propertyToChange : PropertyDescriptor
)
Parameters
- test 
 Type: Microsoft.VisualStudio.TestTools.Common.ITestElement- The ITestElement object to be updated. 
- propertyToChange 
 Type: System.ComponentModel.PropertyDescriptor- A PropertyDescriptor object. 
.NET Framework Security
- 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.