UITestPropertyProvider.SetPropertyValue(UITestControl, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract void SetPropertyValue(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ uiTestControl, System::String ^ propertyName, System::Object ^ value);
public abstract void SetPropertyValue (Microsoft.VisualStudio.TestTools.UITesting.UITestControl uiTestControl, string propertyName, object value);
abstract member SetPropertyValue : Microsoft.VisualStudio.TestTools.UITesting.UITestControl * string * obj -> unit
Public MustOverride Sub SetPropertyValue (uiTestControl As UITestControl, propertyName As String, value As Object)
Parameters
- uiTestControl
- UITestControl
- propertyName
- String
- value
- Object