다음을 통해 공유


AutomationProperties.GetAutomationControlType(UIElement) 메서드

정의

Microsoft.UI.Xaml.Automation.Peers.AutomationControlType 지정된 UI 요소에 대한 를 가져옵니다.

public:
 static AutomationControlType GetAutomationControlType(UIElement ^ element);
 static AutomationControlType GetAutomationControlType(UIElement const& element);
public static AutomationControlType GetAutomationControlType(UIElement element);
function getAutomationControlType(element)
Public Shared Function GetAutomationControlType (element As UIElement) As AutomationControlType

매개 변수

element
UIElement

UI 자동화 컨트롤 형식을 가져올 UI 요소입니다.

반환

Microsoft.UI.Xaml.Automation.Peers.AutomationControlType 지정된 UI 요소에 대한 입니다.

적용 대상