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 通常、このようなクラスから派生すると、論理ツリーを直接操作する必要がなくなります。

適用対象

こちらもご覧ください