次の方法で共有


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

プロパティ値

フォーカス ナビゲーションの理由 (その他の省略可能な情報と共に) を指定する オブジェクト。

適用対象