KeyboardNavigation.GetTabNavigation(DependencyObject) 메서드

정의

지정된 요소의 TabNavigation 연결된 속성 값을 가져옵니다.

public:
 static System::Windows::Input::KeyboardNavigationMode GetTabNavigation(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Input.KeyboardNavigationMode GetTabNavigation(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetTabNavigation : System.Windows.DependencyObject -> System.Windows.Input.KeyboardNavigationMode
Public Shared Function GetTabNavigation (element As DependencyObject) As KeyboardNavigationMode

매개 변수

element
DependencyObject

연결된 속성을 가져올 요소입니다.

반품

속성의 값입니다 TabNavigation .

특성

예외

elementnull입니다.

적용 대상

추가 정보