IPeekResult.NavigateTo(Object) 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.
Navigate to the location of this result. If the navigation is succesful, then the PostNavigationCallback will be called.
public:
void NavigateTo(System::Object ^ data);
public:
void NavigateTo(Platform::Object ^ data);
void NavigateTo(winrt::Windows::Foundation::IInspectable const & data);
public void NavigateTo (object data);
abstract member NavigateTo : obj -> unit
Public Sub NavigateTo (data As Object)
Parameters
- data
- Object
The data that is to be passed directly into the third argument of PostNavigationCallback, if navigation is successful.