AndCondition.Match(IUITechnologyElement) 方法

定义

确定所提供的元素是否与此条件匹配。

public:
 override bool Match(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public override bool Match (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
override this.Match : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> bool
Public Overrides Function Match (element As IUITechnologyElement) As Boolean

参数

element
IUITechnologyElement

一个 IUITechnologyElement 对象。

返回

Boolean

如果提供的元素与条件匹配,则为 true; 否则为。否则为 false。

适用于