UITestControl.WaitForControlPropertyNotEqual Method (String, Object, Int32)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assemblies: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Function WaitForControlPropertyNotEqual ( _
propertyName As String, _
propertyValue As Object, _
millisecondsTimeout As Integer _
) As Boolean
public bool WaitForControlPropertyNotEqual(
string propertyName,
Object propertyValue,
int millisecondsTimeout
)
public:
bool WaitForControlPropertyNotEqual(
String^ propertyName,
Object^ propertyValue,
int millisecondsTimeout
)
member WaitForControlPropertyNotEqual :
propertyName:string *
propertyValue:Object *
millisecondsTimeout:int -> bool
public function WaitForControlPropertyNotEqual(
propertyName : String,
propertyValue : Object,
millisecondsTimeout : int
) : boolean
Parameters
- propertyName
Type: String
- propertyValue
Type: Object
- millisecondsTimeout
Type: Int32
Return Value
Type: Boolean
.NET Framework Security
- 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.