UIElement3D.PredictFocus(FocusNavigationDirection) 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 포커스 이동 방향에 대해 포커스를 받는 요소를 반환하며 실제로 해당 요소로 포커스를 이동하지는 않습니다.

public:
 virtual System::Windows::DependencyObject ^ PredictFocus(System::Windows::Input::FocusNavigationDirection direction);
public virtual System.Windows.DependencyObject PredictFocus (System.Windows.Input.FocusNavigationDirection direction);
abstract member PredictFocus : System.Windows.Input.FocusNavigationDirection -> System.Windows.DependencyObject
override this.PredictFocus : System.Windows.Input.FocusNavigationDirection -> System.Windows.DependencyObject
Public Overridable Function PredictFocus (direction As FocusNavigationDirection) As DependencyObject

매개 변수

direction
FocusNavigationDirection

요청된 포커스 이동 방향입니다.

반환

DependencyObject

MoveFocus(TraversalRequest)가 실제로 호출된 경우에 포커스를 받는 요소입니다.

설명

이 클래스에서 이 메서드의 기본 구현은 불완전하며 항상 반환됩니다 null.

PredictFocus .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상

추가 정보