WPFPatternWPFControlOrdinalNo Property |
The object's position in the parent object's collection of child objects. Use it to distinguish the objects that have the same class name and text. You can see the property value in the TestLeft UI Spy panel.
Namespace:
SmartBear.TestLeft.TestObjects.WPF
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> WPFControlOrdinalNo { get; set; }
Public Property WPFControlOrdinalNo As Nullable(Of Integer)
Get
Set
Dim instance As WPFPattern
Dim value As Nullable(Of Integer)
value = instance.WPFControlOrdinalNo
instance.WPFControlOrdinalNo = value
public:
property Nullable<int> WPFControlOrdinalNo {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also