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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.