バージョン

UIElement プロパティ (UltraNavigationBarLocation)

ユーザーインターフェイスで、この UltraNavigationBarLocation インスタンスを表す LocationUIElement を返します。
シンタックス
'宣言
 
Public ReadOnly Property UIElement As LocationUIElement
public LocationUIElement UIElement {get;}
解説

ナビゲーション パスに現れる UltraNavigationBarLocation は、LocationUIElement によってユーザー インターフェイスに表されます。LocationUIElement はひとつの LocationTextButtonUIElement (UltraNavigationBarLocationSettings.TextButtonDisplayStyle プロパティが 'Hidden' に設定されていないことが前) / LocationDropDownButtonUIElement(UltraNavigationBarLocationSettings.DropDownButtonVisible プロパティが 'Never' に解決されないことが前提) を含みます。

位置のドロップダウン リストに表示する UltraNavigationBarLocation は、LocationListItemUIElement によってユーザー インターフェイスに表されます。

参照