AutomationProperties.PositionInSetProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 描述一组被视为同级元素的元素中的元素的序号位置。
PositionInSet 与 SizeOfSet 属性协同工作,以描述集中的序号位置。