共用方式為


FilterCondition.Match(IUITechnologyElement) Method

Definition

Returns a value that indicates whether the provided element matches the current filter condition.

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

Parameters

Returns

true if the provided element matches this filter condition; otherwise, false.

Applies to