This documentation is archived and is not being maintained.
UITestControl::SetProperty Method
Visual Studio 2010
Sets the value of a given property.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- propertyName
- Type: System::String
The property name.
- value
- Type: System::Object
The value to be set.
To access the properties of a UITestControl, for example to get the count of items in a list box, or to set the text on a button, you must use GetProperty and SetProperty to get and set the specific properties of the UITestControl. The propertyName parameter specifies the property to access.
To change the text on a WinButton, use SetProperty together with the parameter DisplayText, followed by the new text for the button.
- 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.
Show: