SilverlightElement.ChildIndex Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyElement.ChildIndex.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ChildIndex As Integer
Get
public override int ChildIndex { get; }
public:
virtual property int ChildIndex {
int get () override;
}
abstract ChildIndex : int
override ChildIndex : int
override function get ChildIndex () : int
Property Value
Type: System.Int32
Returns Int32.
Implements
IUITechnologyElement.ChildIndex
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace