Freigeben über


XamlSourceFocusNavigationRequest Klasse

Definition

Stellt Informationen zu einer Fokusanforderung für ein DesktopWindowXamlSource--Objekt bereit.

public ref class XamlSourceFocusNavigationRequest sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Hosting.IXamlSourceFocusNavigationRequestFactory, 327680, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class XamlSourceFocusNavigationRequest final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Hosting.IXamlSourceFocusNavigationRequestFactory), 327680, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class XamlSourceFocusNavigationRequest
Public NotInheritable Class XamlSourceFocusNavigationRequest
Vererbung
Object Platform::Object IInspectable XamlSourceFocusNavigationRequest
Attribute

Konstruktoren

XamlSourceFocusNavigationRequest(XamlSourceFocusNavigationReason, Rect, Guid)

Initialisiert eine neue Instanz der XamlSourceFocusNavigationRequest Klasse mit dem Grund für die Navigationsanforderung, dem umgebenden Rechteck, das den Navigationsfokus erhält, und die eindeutige Korrelations-ID für die Anforderung.

Initialisiert eine neue Instanz einer XamlSourceFocusNavigationRequest Objekt für den angegebenen Navigationsanforderungsgrund, das umgebende Rechteck, das den Navigationsfokus erhält, und die eindeutige Korrelations-ID für die Anforderung.

XamlSourceFocusNavigationRequest(XamlSourceFocusNavigationReason, Rect)

Initialisiert eine neue Instanz einer XamlSourceFocusNavigationRequest Objekt für den angegebenen Navigationsanforderungsgrund und das umgebende Rechteck, das den Navigationsfokus erhält.

XamlSourceFocusNavigationRequest(XamlSourceFocusNavigationReason)

Initialisiert eine neue Instanz eines XamlSourceFocusNavigationRequest -Objekts für den angegebenen Navigationsanforderungsgrund.

Eigenschaften

CorrelationId

Ruft die eindeutige ID ab, die generiert wird, wenn ein Fokusbewegungsereignis initiiert wird.

HintRect

Ruft das umgebende Rechteck ab, das verwendet wird, um die Fokuskandidaten zu identifizieren, die wahrscheinlich den Navigationsfokus erhalten.

Reason

Ruft ab, wie ein UIElement- den Fokus in einer Desktopanwendung erhält, die ein DesktopWindowXamlSource--Objekt zum Hosten von XAML-basierten UI verwendet.

Gilt für: