Skip to content

Commit 812ae67

Browse files
author
Ron Petrusha
authored
Documented AutomationProperties.PositionInSet attached property (dotnet#1388)
1 parent 3e21b2b commit 812ae67

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

xml/System.Windows.Automation/AutomationProperties.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,8 +1146,14 @@ The `LiveSetting` attached property gets or sets a value of type <xref:System.Wi
11461146
<AssemblyVersion>4.0.0.0</AssemblyVersion>
11471147
</AssemblyInfo>
11481148
<Docs>
1149-
<summary>To be added.</summary>
1150-
<remarks>To be added.</remarks>
1149+
<summary>Describes the ordinal location of this element within a set of elements that are considered to be siblings.</summary>
1150+
<remarks>
1151+
<format type="text/markdown"><![CDATA[
1152+
1153+
The `PositionInSet` attached property works in coordination with the <xref:System.Windows.Automation.AutomationProperties.SizeOfSet> dependency property to describe the ordinal position of this element in the set.
1154+
1155+
]]></format>
1156+
</remarks>
11511157
</Docs>
11521158
</Member>
11531159
<Member MemberName="PositionInSetProperty">

0 commit comments

Comments
 (0)