AutomationProperties.PositionInSetProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier for the PositionInSet attached property, which is a 1-based integer associated with an automation element.
public:
static property DependencyProperty ^ PositionInSetProperty { DependencyProperty ^ get(); };
static DependencyProperty PositionInSetProperty();
public static DependencyProperty PositionInSetProperty { get; }
var dependencyProperty = AutomationProperties.positionInSetProperty;
Public Shared ReadOnly Property PositionInSetProperty As DependencyProperty
Property Value
The identifier for the PositionInSet attached property.
Remarks
PositionInSet describes the ordinal location of the element within a set of elements which are considered to be siblings.
PositionInSet works in coordination with the SizeOfSet property to describe the ordinal location in the set.