Grid.GetColumn(BindableObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
bindable
子要素の列を取得します。
public static int GetColumn(Xamarin.Forms.BindableObject bindable);
static member GetColumn : Xamarin.Forms.BindableObject -> int
パラメーター
- bindable
- BindableObject
Grid レイアウトに属する要素。
戻り値
System.Int32
子要素が含まれる列。
注釈
メソッドは GetColumn(BindableObject) 、次の XAML 添付プロパティによって設定される値に対応します。
添付プロパティ | 値 |
---|---|
列 | 項目が表示される列を表す整数。 |
メソッドの注釈には、 SetColumn(BindableObject, Int32) の構文と添付プロパティに関する情報が Column
含まれています。