Share via


Manipulation.GetManipulationContainer(UIElement) 메서드

정의

조작의 좌표를 정의하는 컨테이너를 가져옵니다.

public:
 static System::Windows::IInputElement ^ GetManipulationContainer(System::Windows::UIElement ^ element);
public static System.Windows.IInputElement GetManipulationContainer (System.Windows.UIElement element);
static member GetManipulationContainer : System.Windows.UIElement -> System.Windows.IInputElement
Public Shared Function GetManipulationContainer (element As UIElement) As IInputElement

매개 변수

element
UIElement

활성 조작이 있는 요소입니다.

반환

좌표 공간을 정의하는 컨테이너입니다.

적용 대상