UITestControlCollection.IndexOf(UITestControl) Method

Definition

public:
 int IndexOf(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ control);
public int IndexOf (Microsoft.VisualStudio.TestTools.UITesting.UITestControl control);
member this.IndexOf : Microsoft.VisualStudio.TestTools.UITesting.UITestControl -> int
Public Function IndexOf (control As UITestControl) As Integer

Parameters

control
UITestControl

Returns

Applies to