共用方式為


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

屬性值

實作批註的專案。

適用於