UIElement.BringIntoViewRequestedEvent プロパティ

定義

BringIntoViewRequested ルーティング イベントの識別子を取得します。

public:
 static property RoutedEvent ^ BringIntoViewRequestedEvent { RoutedEvent ^ get(); };
static RoutedEvent BringIntoViewRequestedEvent();
public static RoutedEvent BringIntoViewRequestedEvent { get; }
var routedEvent = UIElement.bringIntoViewRequestedEvent;
Public Shared ReadOnly Property BringIntoViewRequestedEvent As RoutedEvent

プロパティ値

BringIntoViewRequested ルーティング イベントの識別子。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象