次の方法で共有


BindableLayout.GetEmptyView(BindableObject) メソッド

定義

項目ソースが空の場合に表示されるビューを取得します。

public:
 static System::Object ^ GetEmptyView(Microsoft::Maui::Controls::BindableObject ^ b);
public static object GetEmptyView(Microsoft.Maui.Controls.BindableObject b);
static member GetEmptyView : Microsoft.Maui.Controls.BindableObject -> obj
Public Function GetEmptyView (b As BindableObject) As Object

パラメーター

b
BindableObject

空のビューを取得するバインド可能なオブジェクト。

返品

アイテム ソースが空の場合に表示されるビューまたはコンテンツ。

適用対象