XamlSourceFocusNavigationRequest クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DesktopWindowXamlSource オブジェクトにフォーカスを与える要求に関する情報を提供します。
public ref class XamlSourceFocusNavigationRequest sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Xaml.Hosting.IXamlSourceFocusNavigationRequestFactory, 196608, "Windows.UI.Xaml.Hosting.HostingContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Xaml.Hosting.HostingContract, 196608)]
/// [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(Windows.UI.Xaml.Hosting.IXamlSourceFocusNavigationRequestFactory), 196608, "Windows.UI.Xaml.Hosting.HostingContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Xaml.Hosting.HostingContract), 196608)]
[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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Desktop Extension SDK (10.0.17763.0 で導入)
|
API contract |
Windows.UI.Xaml.Hosting.HostingContract (v3.0 で導入)
|
コンストラクター
XamlSourceFocusNavigationRequest(XamlSourceFocusNavigationReason) |
ナビゲーション要求の理由を使用して 、XamlSourceFocusNavigationRequest クラスの新しいインスタンスを初期化します。 |
XamlSourceFocusNavigationRequest(XamlSourceFocusNavigationReason, Rect) |
ナビゲーション要求の理由と、ナビゲーション フォーカスを受け取る外接する四角形を使用して、 XamlSourceFocusNavigationRequest クラスの新しいインスタンスを初期化します。 |
XamlSourceFocusNavigationRequest(XamlSourceFocusNavigationReason, Rect, Guid) |
ナビゲーション要求の理由、ナビゲーション フォーカスを受け取る外接する四角形、および要求の一意の関連付け ID を使用して、 XamlSourceFocusNavigationRequest クラスの新しいインスタンスを初期化します。 |
プロパティ
CorrelationId |
ナビゲーション要求の一意識別子を取得します。 この値はログ記録の目的で使用できます。または、進行中のフォーカス移動の既存の関連付け ID が既に進行中で、そのフォーカス移動を新しいナビゲーション要求に接続する場合に使用できます。 |
HintRect |
フォーカスを失っているデスクトップ アプリケーション内の要素の外接する四角形を取得します (つまり、 DesktopWindowXamlSource がフォーカスを受け取る前にフォーカスを持っていた要素)。 |
Reason |
ナビゲーション要求の理由を示す XamlSourceFocusNavigationReason 値を取得します。 |