ActionList.GetActionsOfType<T> 메서드
이 작업 목록에서 지정된 형식에 대한 열거형 작업 목록을 반환합니다.
네임스페이스: Microsoft.VisualStudio.TestTools.UITest.Common
어셈블리: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll)
구문
‘선언
Public Function GetActionsOfType(Of T As UITestAction) As IEnumerable(Of T)
public IEnumerable<T> GetActionsOfType<T>()
where T : UITestAction
public:
generic<typename T>
where T : UITestAction
IEnumerable<T>^ GetActionsOfType()
member GetActionsOfType : unit -> IEnumerable<'T> when 'T : UITestAction
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.
Type 매개 변수
- T
선택할 UITestAction 개체의 종류를 지정하는 Type입니다.
반환 값
형식: System.Collections.Generic.IEnumerable<T>
이 작업 목록에서 지정된 형식에 대한 열거형 작업 목록입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.