Share via


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

展開的物件。

適用於