FrameworkElementAutomationPeer.Owner Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the UIElement owner that is associated with this FrameworkElementAutomationPeer.
public:
property UIElement ^ Owner { UIElement ^ get(); };
UIElement Owner();
C#
public UIElement Owner { get; }
var uIElement = frameworkElementAutomationPeer.owner;
Public ReadOnly Property Owner As UIElement
The element that owns this instance of the peer class.
If the owner element has been deleted, getting this property fails.
Продукт | Версії |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |