IPeekResult.NavigateTo(Object) Method

Definition

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.

Applies to