QueryCondition.Match(IUITechnologyElement) Methode

Definition

Gibt einen Wert zurück, der angibt, ob das angegebene Element mit der aktuellen Abfrage Bedingung übereinstimmt.

public:
 abstract bool Match(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public abstract bool Match (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
abstract member Match : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> bool
Public MustOverride Function Match (element As IUITechnologyElement) As Boolean

Parameter

Gibt zurück

Boolean

true, wenn das Element mit der Bedingung übereinstimmt. andernfalls false.

Implementiert

Gilt für