AbsoluteLayout.IAbsoluteList<T> 介面

定義

具有多載可將項目新增至絕對配置的清單介面。

public interface AbsoluteLayout.IAbsoluteList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T> where T : View
type AbsoluteLayout.IAbsoluteList<'T (requires 'T :> View)> = interface
    interface IList<'T (requires 'T :> View)>
    interface ICollection<'T (requires 'T :> View)>
    interface seq<'T (requires 'T :> View)>
    interface IEnumerable

類型參數

T

絕對配置中的專案類型。

實作

方法

Add(View, Point)

將檢視新增至清單中的指定位置並自動調整大小。

Add(View, Rectangle, AbsoluteLayoutFlags)

使用指定的界限和旗標,將檢視新增至清單。

擴充方法

ForEach<T>(IEnumerable<T>, Action<T>)

供 Xamarin.Forms 平台內部使用。

GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)

供 Xamarin.Forms 平台內部使用。

IndexOf<T>(IEnumerable<T>, T)

供 Xamarin.Forms 平台內部使用。

IndexOf<T>(IEnumerable<T>, Func<T,Boolean>)

供 Xamarin.Forms 平台內部使用。

Prepend<T>(IEnumerable<T>, T)

供 Xamarin.Forms 平台內部使用。

適用於