UITechnologyElementProxy.ChildIndex 属性

获得在父元素的集合的基于 0 的位置。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overrides ReadOnly Property ChildIndex As Integer
public override int ChildIndex { get; }
public:
virtual property int ChildIndex {
    int get () override;
}
abstract ChildIndex : int with get 
override ChildIndex : int with get
override function get ChildIndex () : int

属性值

类型:Int32

实现

IUITechnologyElement.ChildIndex

.NET Framework 安全性

请参阅

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间