UITestControl.WaitForControlPropertyEqual Method
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.
C++
public:
bool WaitForControlPropertyEqual(System::String ^ propertyName, System::Object ^ propertyValue);
public bool WaitForControlPropertyEqual(string propertyName, object propertyValue);
member this.WaitForControlPropertyEqual : string * obj -> bool
Public Function WaitForControlPropertyEqual (propertyName As String, propertyValue As Object) As Boolean
Parameters
- propertyName
- String
- propertyValue
- Object
Returns
Applies to
Visual Studio SDK 2017
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017 |
C++
public:
bool WaitForControlPropertyEqual(System::String ^ propertyName, System::Object ^ propertyValue, int millisecondsTimeout);
public bool WaitForControlPropertyEqual(string propertyName, object propertyValue, int millisecondsTimeout);
member this.WaitForControlPropertyEqual : string * obj * int -> bool
Public Function WaitForControlPropertyEqual (propertyName As String, propertyValue As Object, millisecondsTimeout As Integer) As Boolean
Parameters
- propertyName
- String
- propertyValue
- Object
- millisecondsTimeout
- Int32
Returns
Applies to
Visual Studio SDK 2017
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017 |