次の方法で共有


NavigationViewItemExpandingEventArgs.ExpandingItem プロパティ

定義

NavigationViewItem.Expanding イベントの後に展開されているオブジェクトを取得します。

public:
 property Platform::Object ^ ExpandingItem { Platform::Object ^ get(); };
IInspectable ExpandingItem();
public object ExpandingItem { get; }
var object = navigationViewItemExpandingEventArgs.expandingItem;
Public ReadOnly Property ExpandingItem As Object

プロパティ値

Object

Platform::Object

IInspectable

展開オブジェクト。

適用対象