Layout.Item[Int32] 属性

定义

public:
 property Microsoft::Maui::IView ^ default[int] { Microsoft::Maui::IView ^ get(int index); void set(int index, Microsoft::Maui::IView ^ value); };
public Microsoft.Maui.IView this[int index] { get; set; }
member this.Item(int) : Microsoft.Maui.IView with get, set
Default Public Property Item(index As Integer) As IView

参数

index
Int32

属性值

实现

适用于