XamlSourceFocusNavigationRequest.CorrelationId Property

Definition

Gets the unique identifier for the navigation request. You can use this value for logging purposes, or if you have an existing correlation ID from an in-progress focus movement already in progress and you want to connect that focus movement with a new navigation request.

public:
 property Platform::Guid CorrelationId { Platform::Guid get(); };
winrt::guid CorrelationId();
public Guid CorrelationId { get; }
var guid = xamlSourceFocusNavigationRequest.correlationId;
Public ReadOnly Property CorrelationId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The unique identifier for the navigation request.

Remarks

If you use the XamlSourceFocusNavigationRequest constructor, this property returns the value you passed to the correlationId parameter. Otherwise, this property returns a correlation ID that was initialized by the UWP framework.

Applies to