NavigateToPageAction.Parameter Property

Gets or sets the parameter which will be passed to the Navigate method.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property Parameter As Object
public Object Parameter { get; set; }
public:
property Object^ Parameter {
    Object^ get ();
    void set (Object^ value);
}
member Parameter : Object with get, set
function get Parameter () : Object 
function set Parameter (value : Object)

Property Value

Type: System.Object
The parameter which will be passed to the Navigate method.

.NET Framework Security

See Also

Reference

NavigateToPageAction Class

Microsoft.Xaml.Interactions.Core Namespace