NavigationViewTemplateSettings クラス

定義

NavigationView のテンプレートを定義するときに TemplatedParent ソースとして参照できる計算値を提供します。 一般的な使用を目的としたものではありません。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class NavigationViewTemplateSettings : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class NavigationViewTemplateSettings : DependencyObject
Public Class NavigationViewTemplateSettings
Inherits DependencyObject
継承
Object IInspectable DependencyObject NavigationViewTemplateSettings
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

コンストラクター

NavigationViewTemplateSettings()

NavigationViewTemplateSettings クラスの新しいインスタンスを初期化します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.-ctor (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

プロパティ

BackButtonVisibility

[戻る] ボタンの可視性を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.BackButtonVisibility (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

BackButtonVisibilityProperty

BackButtonVisibility 依存関係プロパティを識別します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.BackButtonVisibilityProperty (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

Dispatcher

このオブジェクトが関連付けられている CoreDispatcher を取得します。 CoreDispatcher は、コードが UI 以外のスレッドによって開始された場合でも、UI スレッド上の DependencyObject にアクセスできる機能を表します。

(継承元 DependencyObject)
LeftPaneVisibility

左側のウィンドウの表示を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.LeftPaneVisibility (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

LeftPaneVisibilityProperty

LeftPaneVisibility 依存関係プロパティを識別します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.LeftPaneVisibilityProperty (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

OverflowButtonVisibility

オーバーフロー ボタンの可視性を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.OverflowButtonVisibility (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

OverflowButtonVisibilityProperty

OverflowButtonVisibility 依存関係プロパティを識別します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.OverflowButtonVisibilityProperty (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

PaneToggleButtonVisibility

ウィンドウ切り替えボタンの表示を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.PaneToggleButtonVisibility (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

PaneToggleButtonVisibilityProperty

PaneToggleButtonVisibility 依存関係プロパティを識別します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.PaneToggleButtonVisibilityProperty (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

SingleSelectionFollowsFocus

SelectionFollowsFocus 値を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.SingleSelectionFollowsFocus (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

SingleSelectionFollowsFocusProperty

SingleSelectionFollowsFocus 依存関係プロパティを識別します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.SingleSelectionFollowsFocusProperty (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

TopPadding

上部のウィンドウの埋め込み値を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPadding (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

TopPaddingProperty

TopPadding 依存関係プロパティを識別します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPaddingProperty (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

TopPaneVisibility

上部のウィンドウの表示を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPaneVisibility (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

TopPaneVisibilityProperty

TopPaneVisibility 依存関係プロパティを識別します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPaneVisibilityProperty (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

メソッド

ClearValue(DependencyProperty)

依存関係プロパティのローカル値をクリアします。

(継承元 DependencyObject)
GetAnimationBaseValue(DependencyProperty)

依存関係プロパティに対して確立された基本値を返します。これは、アニメーションがアクティブでない場合に適用されます。

(継承元 DependencyObject)
GetValue(DependencyProperty)

DependencyObject から依存関係プロパティの現在の有効な値を返します。

(継承元 DependencyObject)
ReadLocalValue(DependencyProperty)

ローカル値が設定されている場合は、依存関係プロパティのローカル値を返します。

(継承元 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

この DependencyObject インスタンスの特定の DependencyProperty に対する変更をリッスンするための通知関数を登録します。

(継承元 DependencyObject)
SetValue(DependencyProperty, Object)

DependencyObject の依存関係プロパティのローカル値を設定します。

(継承元 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

RegisterPropertyChangedCallback を呼び出して以前に登録した変更通知を取り消します。

(継承元 DependencyObject)

適用対象