XamlSourceFocusNavigationRequest.CorrelationId Property
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.
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
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.