EnumerableExtensions.GetChildGesturesFor<T> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
供 Xamarin.Forms 平台內部使用。
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Xamarin.Forms.Internals.EnumerableExtensions/<GetChildGesturesFor>d__0`1))]
public static System.Collections.Generic.IEnumerable<T> GetChildGesturesFor<T> (this System.Collections.Generic.IEnumerable<Xamarin.Forms.GestureElement> elements, Func<T,bool> predicate = default) where T : Xamarin.Forms.GestureRecognizer;
static member GetChildGesturesFor : seq<Xamarin.Forms.GestureElement> * Func<'T, bool (requires 'T :> Xamarin.Forms.GestureRecognizer)> -> seq<'T (requires 'T :> Xamarin.Forms.GestureRecognizer)> (requires 'T :> Xamarin.Forms.GestureRecognizer)
類型參數
- T
供 Xamarin.Forms 平台內部使用。
參數
- elements
- System.Collections.Generic.IEnumerable<GestureElement>
供 Xamarin.Forms 平台內部使用。
- predicate
- System.Func<T,System.Boolean>
供 Xamarin.Forms 平台內部使用。
傳回
System.Collections.Generic.IEnumerable<T>
供 Xamarin.Forms 平台內部使用。
- 屬性
-
System.Runtime.CompilerServices.IteratorStateMachineAttribute