ITuipEditorTestPropertyChange::ChangeTestProperty Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the value of a property in the provided test element.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
void ChangeTestProperty(
ITestElement^ testWithNewProperty,
PropertyDescriptor^ propertyDescriptor
)
Parameters
- testWithNewProperty
- Type: Microsoft.VisualStudio.TestTools.Common::ITestElement
An ITestElement that contains the changed property.
- propertyDescriptor
- Type: System.ComponentModel::PropertyDescriptor
A PropertyDescriptor object that indicates the changed property.
- 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: