Share via


AbsoluteLayout.IAbsoluteList<T> 接口

定义

具有重载的 List 接口,用于将元素添加到绝对布局。

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

绝对布局中元素的类型。

实现
System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<T> System.Collections.IEnumerable

方法

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 平台内部使用。

适用于