AbsoluteLayout.IAbsoluteList<T> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素を絶対レイアウトに追加するためのオーバーロードを含むリスト インターフェイス。
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 プラットフォームによる内部使用向け。 |