NavigationWindow.NavigationService プロパティ

定義

コンテンツにナビゲーション サービスを提供するためにこの NavigationService によって使用される NavigationWindow を取得します。

public:
 property System::Windows::Navigation::NavigationService ^ NavigationService { System::Windows::Navigation::NavigationService ^ get(); };
public System.Windows.Navigation.NavigationService NavigationService { get; }
member this.NavigationService : System.Windows.Navigation.NavigationService
Public ReadOnly Property NavigationService As NavigationService

プロパティ値

NavigationService

この NavigationWindow で使用されているナビゲーション サービス。

注釈

NavigationWindow は、ホストされているコンテンツにナビゲーション サービスを提供するために a NavigationService を使用します NavigationWindow。 このプロパティは NavigationService 、ナビゲーション イベントを処理するための参照を取得するカスタム NavigationWindowNavigationServiceコードに役立ちます。

などによってNavigationWindowホストされるコンテンツは、メソッドまたはPage.NavigationServiceプロパティをNavigationService.GetNavigationService使用してNavigationServicePage、 .

適用対象