Windows apps
Collapse the table of content
Expand the table of content

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)

public:
property Object^ Parameter {
	Object^ get ();
	void set (Object^ value);
}

Property Value

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

Show:
© 2017 Microsoft