AutomationProperties.SetAutomationControlType 메서드

정의

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

public:
 static void SetAutomationControlType(UIElement ^ element, AutomationControlType value);
 static void SetAutomationControlType(UIElement const& element, AutomationControlType const& value);
public static void SetAutomationControlType(UIElement element, AutomationControlType value);
function setAutomationControlType(element, value)
Public Shared Sub SetAutomationControlType (element As UIElement, value As AutomationControlType)

매개 변수

element
UIElement

UI 자동화 컨트롤 형식을 설정할 UI 요소입니다.

적용 대상