DesktopWindowXamlSourceTakeFocusRequestedEventArgs 类

定义

TakeFocusRequested 事件提供事件数据。

public ref class DesktopWindowXamlSourceTakeFocusRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Xaml.Hosting.HostingContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DesktopWindowXamlSourceTakeFocusRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Xaml.Hosting.HostingContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DesktopWindowXamlSourceTakeFocusRequestedEventArgs
Public NotInheritable Class DesktopWindowXamlSourceTakeFocusRequestedEventArgs
继承
Object Platform::Object IInspectable DesktopWindowXamlSourceTakeFocusRequestedEventArgs
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.17763.0 中引入)
API contract
Windows.UI.Xaml.Hosting.HostingContract (在 v3.0 中引入)

属性

Request

获取一个 XamlSourceFocusNavigationRequest 对象,该对象指定焦点导航的原因和其他信息。

适用于