UITestControl.WaitForControlPropertyEqual-Methode (String, Object)
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 WaitForControlPropertyEqual ( _
propertyName As String, _
propertyValue As Object _
) As Boolean
public bool WaitForControlPropertyEqual(
string propertyName,
Object propertyValue
)
public:
bool WaitForControlPropertyEqual(
String^ propertyName,
Object^ propertyValue
)
member WaitForControlPropertyEqual :
propertyName:string *
propertyValue:Object -> bool
public function WaitForControlPropertyEqual(
propertyName : String,
propertyValue : Object
) : boolean
Parameter
- propertyName
Typ: String
- propertyValue
Typ: Object
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.