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 노출합니다. 일반적으로 이러한 클래스에서 파생하면 논리 트리를 직접 조작할 필요가 없습니다.

적용 대상

추가 정보