NavigationView.FooterMenuItemsSource プロパティ

定義

フッター メニューで使用するナビゲーション項目を表す オブジェクトを取得または設定します。

public:
 property Platform::Object ^ FooterMenuItemsSource { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable FooterMenuItemsSource();

void FooterMenuItemsSource(IInspectable value);
public object FooterMenuItemsSource { get; set; }
var object = navigationView.footerMenuItemsSource;
navigationView.footerMenuItemsSource = object;
Public Property FooterMenuItemsSource As Object

プロパティ値

Object

Platform::Object

IInspectable

NavigationView FooterMenuItems のコンテンツを生成するために使用される オブジェクト。 既定値は null です

適用対象