|
| string | FrameName [get, set] |
| |
| int | Count [get] |
| |
|
FrameworkElement | Current [get] |
| |
| bool | CanGoBack [get] |
| |
|
string | FrameName [get] |
| |
|
int | Count [get] |
| |
|
bool | CanGoBack [get] |
| |
◆ GoBackAsync()
| async Task< bool > NavigationFrame.GoBackAsync |
( |
| ) |
|
|
inline |
◆ NavigateAsync()
| Task< bool > NavigationFrame.NavigateAsync |
( |
Type |
viewModelType, |
|
|
IServiceProvider |
serviceProvider |
|
) |
| |
|
inline |
◆ NavigateAsync< TViewModel >() [1/3]
| Task< bool > NavigationFrame.NavigateAsync< TViewModel > |
( |
Action< TViewModel > |
init, |
|
|
IServiceProvider |
serviceProvider |
|
) |
| |
|
inline |
◆ NavigateAsync< TViewModel >() [2/3]
| Task< bool > NavigationFrame.NavigateAsync< TViewModel > |
( |
IServiceProvider |
serviceProvider | ) |
|
Implements INavigationFrame.
- Type Constraints
-
| TViewModel | : | class | |
| TViewModel | : | NavigateAsync | |
| TViewModel | : | typeof | |
| TViewModel | : | TViewModel | |
| TViewModel | : | serviceProvider | |
◆ NavigateAsync< TViewModel >() [3/3]
| Task< bool > NavigationFrame.NavigateAsync< TViewModel > |
( |
TViewModel |
viewModel, |
|
|
IServiceProvider |
serviceProvider |
|
) |
| |
|
inline |
◆ FrameNameProperty
| readonly DependencyProperty NavigationFrame.FrameNameProperty |
|
static |
Initial value:= DependencyProperty.Register(
"FrameName", typeof(
string), typeof(
NavigationFrame),
new PropertyMetadata(
string.Empty))
Definition: NavigationFrame.cs:7
◆ CanGoBack
| bool NavigationFrame.CanGoBack |
|
get |
◆ Count
| int NavigationFrame.Count |
|
get |
◆ FrameName
| string NavigationFrame.FrameName |
|
getset |
The documentation for this class was generated from the following file:
- Source/Kamishibai.View/NavigationFrame.cs