DesktopWindowXamlSourceGotFocusEventArgs.Request 属性

定义

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

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

属性值

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

适用于