LogicalTreeHelper.BringIntoView(DependencyObject) 메서드

정의

요청된 UI 요소를 뷰로 가져오고 대상에서 RequestBringIntoView 이벤트를 발생시켜 결과를 보고합니다.

public:
 static void BringIntoView(System::Windows::DependencyObject ^ current);
public static void BringIntoView (System.Windows.DependencyObject current);
static member BringIntoView : System.Windows.DependencyObject -> unit
Public Shared Sub BringIntoView (current As DependencyObject)

매개 변수

current
DependencyObject

뷰로 가져올 UI 요소입니다.

설명

일반적으로 더 편리 하 게 인스턴스 메서드를 호출 하는 것 FrameworkElement.BringIntoView 또는 FrameworkContentElement.BringIntoView 이 정적 유틸리티 메서드를 대신 합니다. 인스턴스 메서드의 동작에는 정적 메서드의 동작을 하는 것과 같습니다.

경우에를 current 제공 하는 UI 요소를 FrameworkContentElement, 결과 이벤트는 여전히 동일 FrameworkElement.RequestBringIntoView 발생 하는 경우 FrameworkContentElement 이벤트의 이벤트 데이터를 확인 하 여 식별 합니다.

적용 대상

추가 정보