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 不支援泛型型別或方法。
型別參數
- T
指定要選取之 UITestAction 物件類型的 Type。
傳回值
型別:System.Collections.Generic.IEnumerable<T>
此動作清單中特定類型之可列舉的動作清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。