XamlSourceFocusNavigationResult クラス

定義

NavigateFocus メソッドを使用して DesktopWindowXamlSource オブジェクトにフォーカスを移動する要求のデータを提供します。

public ref class XamlSourceFocusNavigationResult sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Xaml.Hosting.IXamlSourceFocusNavigationResultFactory, 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 XamlSourceFocusNavigationResult final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.Xaml.Hosting.IXamlSourceFocusNavigationResultFactory), 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 XamlSourceFocusNavigationResult
Public NotInheritable Class XamlSourceFocusNavigationResult
継承
Object Platform::Object IInspectable XamlSourceFocusNavigationResult
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.17763.0 で導入)
API contract
Windows.UI.Xaml.Hosting.HostingContract (v3.0 で導入)

コンストラクター

XamlSourceFocusNavigationResult(Boolean)

XamlSourceFocusNavigationResult クラスの新しいインスタンスを初期化します。

プロパティ

WasFocusMoved

フォーカスが DesktopWindowXamlSource オブジェクトに正常に移動されたかどうかを示す値を取得します。

適用対象