AutomationProperties.PositionInSetProperty 属性

定义

获取 PositionInSet 附加属性的标识符,该属性是与自动化元素关联的从 1 开始的整数。

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

属性值

PositionInSet 附加属性的标识符。

注解

PositionInSet 描述一组被视为同级元素的元素中的元素的序号位置。

PositionInSetSizeOfSet 属性协同工作,以描述集中的序号位置。

适用于