ContainerVisual.Parent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
。