ContainerVisual.Parent 属性

定义

获取 Visual 的父 ContainerVisual

public:
 property System::Windows::DependencyObject ^ Parent { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Parent { get; }
member this.Parent : System.Windows.DependencyObject
Public ReadOnly Property Parent As DependencyObject

属性值

可见对象的父对象。

注解

请注意,这是作为 DependencyObject而不是原始 对象返回的。

此属性可能会在断开连接的树中返回,或者如果已在窗口级别遍历到树根,则返回 null

适用于