次の方法で共有


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

プロパティ値

注釈を実装する 要素。

適用対象