次の方法で共有


TableView コンストラクター

定義

オーバーロード

TableView()

新しい TableView インスタンスを初期化します。

TableView(TableRoot)

新しい TableView インスタンスを初期化します。

TableView()

新しい TableView インスタンスを初期化します。

public TableView ();

適用対象

TableView(TableRoot)

新しい TableView インスタンスを初期化します。

public TableView (Xamarin.Forms.TableRoot root);
new Xamarin.Forms.TableView : Xamarin.Forms.TableRoot -> Xamarin.Forms.TableView

パラメーター

root
TableRoot

テーブル ビューのルート。

適用対象