NavigationView.MenuItemsSource プロパティ

定義

NavigationView メニューのコンテンツの生成に使用するオブジェクト ソースを取得または設定します。

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

void MenuItemsSource(IInspectable value);
public object MenuItemsSource { get; set; }
var object = navigationView.menuItemsSource;
navigationView.menuItemsSource = object;
Public Property MenuItemsSource As Object
<NavigationView MenuItemsSource="bindingDeclaration"/>
-or-
<NavigationView MenuItemsSource="resourceReferenceToSource"/>

プロパティ値

Object

Platform::Object

IInspectable

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

適用対象