NavigateToPageAction Class
Represents an action that switches the current visual to the specified Page.
Inheritance Hierarchy
System.Object
DependencyObject
Microsoft.Xaml.Interactions.Core.NavigateToPageAction
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public NotInheritable Class NavigateToPageAction _
Inherits DependencyObject _
Implements IAction
public sealed class NavigateToPageAction : DependencyObject,
IAction
public ref class NavigateToPageAction sealed : public DependencyObject,
IAction
[<Sealed>]
type NavigateToPageAction =
class
inherit DependencyObject
interface IAction
end
public final class NavigateToPageAction extends DependencyObject implements IAction
The NavigateToPageAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
NavigateToPageAction | Initializes a new instance of the NavigateToPageAction class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Dispatcher | (Inherited from DependencyObject.) |
![]() |
Parameter | Gets or sets the parameter which will be passed to the Navigate method. |
![]() |
TargetPage | Gets or sets the fully qualified name of the Page to navigate to. This is a dependency property. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ClearValue | (Inherited from DependencyObject.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute | Executes the action. |
![]() |
GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue | (Inherited from DependencyObject.) |
![]() |
ReadLocalValue | (Inherited from DependencyObject.) |
![]() |
SetValue | (Inherited from DependencyObject.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ParameterProperty | Specifies the parameter which will be passed to the Navigate method. |
![]() ![]() |
TargetPageProperty | Specifies the fully qualified name of the Page to navigate to. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.