다음을 통해 공유


UITestControlCollection.IndexOf 메서드

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting
어셈블리:   Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

구문

‘선언
Public Function IndexOf ( _
    control As UITestControl _
) As Integer
public int IndexOf(
    UITestControl control
)
public:
int IndexOf(
    UITestControl^ control
)
member IndexOf : 
        control:UITestControl -> int
public function IndexOf(
    control : UITestControl
) : int

매개 변수

반환 값

형식: Int32

.NET Framework 보안

참고 항목

참조

UITestControlCollection 클래스

Microsoft.VisualStudio.TestTools.UITesting 네임스페이스