NavigationTransitionInfo.SetNavigationStateCore(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented in a derived class, sets the navigation state string that is passed for navigation actions through Frame.Navigate and similar API.
protected:
virtual void SetNavigationStateCore(Platform::String ^ navigationState) = SetNavigationStateCore;
void SetNavigationStateCore(winrt::hstring const& navigationState);
protected virtual void SetNavigationStateCore(string navigationState);
function setNavigationStateCore(navigationState)
Protected Overridable Sub SetNavigationStateCore (navigationState As String)
Parameters
- navigationState
-
String
Platform::String
winrt::hstring
The string to use for navigation state info.