FrameworkContentElement.RemoveLogicalChild(Object) 方法

定义

从该元素的逻辑树中移除指定的元素。

protected public:
 void RemoveLogicalChild(System::Object ^ child);
protected internal void RemoveLogicalChild (object child);
member this.RemoveLogicalChild : obj -> unit
Protected Friend Sub RemoveLogicalChild (child As Object)

参数

child
Object

要移除的元素。

注解

添加对子集合的支持时,此 API 主要与类派生方案相关。

大多数 FrameworkContentElement 派生类公开负责包含 (的专用集合,例如, Inlines Span 对类; Blocks Section 类) 。 从此类派生通常可以避免任何需要直接操作逻辑树。

适用于

另请参阅