AutomationAnnotation.Element 속성

정의

주석을 구현하는 요소를 가져오거나 설정합니다.

public:
 property UIElement ^ Element { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Element();

void Element(UIElement value);
public UIElement Element { get; set; }
var uIElement = automationAnnotation.element;
automationAnnotation.element = uIElement;
Public Property Element As UIElement

속성 값

주석을 구현하는 요소입니다.

적용 대상