UITestPropertyProvider.SetPropertyValue(UITestControl, String, Object) Method

Definition

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

Applies to