FrameworkElementAutomationPeer.Owner 属性

定义

public:
 property UIElement ^ Owner { UIElement ^ get(); };
UIElement Owner();
public UIElement Owner { get; }
var uIElement = frameworkElementAutomationPeer.owner;
Public ReadOnly Property Owner As UIElement

属性值

拥有对等类的此实例的元素。

注解

如果已删除 owner 元素,则获取此属性将失败。

适用于