Frame クラス (Microsoft.UI.Xaml.Controls 名前空間)
public class Frame : ContentControl, INavigate
継承:Object → DependencyObject → UIElement → FrameworkElement → Control → ContentControl → Frame
[toc]目次
プロパティ
- DependencyObjectクラスから継承したプロパティ
- UIElementクラスから継承したプロパティ
- FrameworkElementクラスから継承したプロパティ
- Controlクラスから継承したプロパティ
- ContentControlクラスから継承したプロパティ
BackStack
public IList<PageStackEntry> BackStack { get; }
CanGoBack
public bool CanGoBack { get; }
CanGoForward
public bool CanGoForward { get; }
ForwardStack
public IList<PageStackEntry> ForwardStack { get; }
メソッド
- Objectクラスから継承したメソッド
- DependencyObjectクラスから継承したメソッド
- UIElementクラスから継承したメソッド
- FrameworkElementクラスから継承したメソッド
- Controlクラスから継承したメソッド
- ContentControlクラスから継承したメソッド
GoBack
public void GoBack();
GoForward
public void GoForward();
Navigate
public bool Navigate(Type sourcePageType);
public bool Navigate(Type sourcePageType, object parameter);
public bool Navigate(Type sourcePageType, object parameter, NavigationTransitionInfo infoOverride);