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