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 ID generated when a focus movement event is initiated.
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 ID generated when a focus movement event is initiated.