UITestControl.WaitForControlPropertyNotEqual-Methode (String, Object, Int32)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assemblys: 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
Parameter
- propertyName
Typ: String
- propertyValue
Typ: Object
- millisecondsTimeout
Typ: Int32
Rückgabewert
Typ: Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.