DesktopWindowXamlSourceTakeFocusRequestedEventArgs.Request 属性

定义

获取一个 XamlSourceFocusNavigationRequest 对象,该对象指定 (的原因以及焦点导航) 其他可选信息。

public:
 property XamlSourceFocusNavigationRequest ^ Request { XamlSourceFocusNavigationRequest ^ get(); };
XamlSourceFocusNavigationRequest Request();
public XamlSourceFocusNavigationRequest Request { get; }
var xamlSourceFocusNavigationRequest = desktopWindowXamlSourceTakeFocusRequestedEventArgs.request;
Public ReadOnly Property Request As XamlSourceFocusNavigationRequest

属性值

一个 对象,指定 (的原因以及其他可选信息) 焦点导航。

适用于