VisualTreeChangeEventArgs.ChildIndex 속성

정의

추가 또는 제거 작업이 완료된 경우 자식 요소가 있는 Parent 요소의 자식에 있는 인덱스입니다. 제거하면 이 값은 항상 -1이 됩니다.

public:
 property int ChildIndex { int get(); };
public int ChildIndex { get; }
member this.ChildIndex : int
Public ReadOnly Property ChildIndex As Integer

속성 값

추가 또는 제거 작업이 완료된 경우 자식 요소가 있는 Parent 요소의 자식에 있는 인덱스입니다.

설명

이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

적용 대상