共用方式為


VisualTreeChangeEventArgs.ChildIndex 屬性

定義

取得父項目之子系 (新增或移除作業完成時,子項目所在位置) 的索引。 在移除時,這個值一律為 -1。

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

屬性值

Int32

父項目之子系 (新增或移除作業完成時,子項目所在位置) 的索引。

備註

此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。

適用於