|
21 | 21 | </Attributes> |
22 | 22 | <Docs> |
23 | 23 | <summary>Describes the position of an item that is managed by <see cref="T:Windows.UI.Xaml.Controls.ItemContainerGenerator" />.</summary> |
24 | | - <remarks>To be added.</remarks> |
| 24 | + <remarks> |
| 25 | + <format type="text/markdown">< in the UWP API reference. |
| 29 | + |
| 30 | + Additional reference: |
| 31 | +
|
| 32 | + - [GeneratorPosition](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.primitives.generatorposition) (UWP) |
| 33 | + - [System.Windows.Controls.Primitives.GeneratorPosition](https://docs.microsoft.com/dotnet/api/system.windows.controls.primitives.generatorposition?view=netframework-4.8) (.NET Framwwork) |
| 34 | + |
| 35 | + ]]></format> |
| 36 | + </remarks> |
25 | 37 | </Docs> |
26 | 38 | <Members> |
27 | 39 | <Member MemberName=".ctor"> |
|
45 | 57 | <param name="index">An index that is relative to the generated (realized) items. -1 is a special value that refers to a fictitious item at the beginning or the end of the items list.</param> |
46 | 58 | <param name="offset">An offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset of 0 refers to the indexed element itself, an offset of 1 refers to the next ungenerated (unrealized) item, and an offset of -1 refers to the previous item.</param> |
47 | 59 | <summary>Initializes a new instance of <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> with the specified index and offset.</summary> |
48 | | - <remarks>To be added.</remarks> |
| 60 | + <remarks> |
| 61 | + <format type="text/markdown">< in the UWP API reference. |
| 65 | +
|
| 66 | + ]]></format> |
| 67 | + </remarks> |
49 | 68 | </Docs> |
50 | 69 | </Member> |
51 | 70 | <Member MemberName="Equals"> |
|
77 | 96 | <summary>Compares the specified instance and the current instance of <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> for value equality.</summary> |
78 | 97 | <returns> |
79 | 98 | <see langword="true" /> if <paramref name="o" /> and this instance of <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> have the same values.</returns> |
80 | | - <remarks>To be added.</remarks> |
| 99 | + <remarks> |
| 100 | + <format type="text/markdown">< in the UWP API reference. |
| 104 | +
|
| 105 | + ]]></format> |
| 106 | + </remarks> |
81 | 107 | </Docs> |
82 | 108 | </Member> |
83 | 109 | <Member MemberName="GetHashCode"> |
|
105 | 131 | <Docs> |
106 | 132 | <summary>Returns the hash code for this <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" />.</summary> |
107 | 133 | <returns>The hash code for this <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" />.</returns> |
108 | | - <remarks>To be added.</remarks> |
| 134 | + <remarks> |
| 135 | + <format type="text/markdown">< in the UWP API reference. |
| 139 | +
|
| 140 | + ]]></format> |
| 141 | + </remarks> |
109 | 142 | </Docs> |
110 | 143 | </Member> |
111 | 144 | <Member MemberName="Index"> |
|
127 | 160 | <Docs> |
128 | 161 | <summary>Gets or sets the index that is relative to the generated (realized) items.</summary> |
129 | 162 | <value>The index that is relative to the generated (realized) items.</value> |
130 | | - <remarks>To be added.</remarks> |
| 163 | + <remarks> |
| 164 | + <format type="text/markdown">< in the UWP API reference. |
| 168 | +
|
| 169 | + **-1** is a special value that refers to a fictitious item at the beginning or the end of the items list. |
| 170 | +
|
| 171 | + ]]></format> |
| 172 | + </remarks> |
131 | 173 | </Docs> |
132 | 174 | </Member> |
133 | 175 | <Member MemberName="Offset"> |
|
149 | 191 | <Docs> |
150 | 192 | <summary>Gets or sets the offset that is relative to the ungenerated (unrealized) items near the indexed item.</summary> |
151 | 193 | <value>The offset that is relative to the ungenerated (unrealized) items near the indexed item.</value> |
152 | | - <remarks>To be added.</remarks> |
| 194 | + <remarks> |
| 195 | + <format type="text/markdown">< in the UWP API reference. |
| 199 | +
|
| 200 | + An offset of **0** refers to the indexed element itself, an offset **1** refers to the next ungenerated (unrealized) item, and an offset of **-1** refers to the previous item. |
| 201 | +
|
| 202 | + ]]></format> |
| 203 | + </remarks> |
153 | 204 | </Docs> |
154 | 205 | </Member> |
155 | 206 | <Member MemberName="op_Equality"> |
|
178 | 229 | <summary>Compares two <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> objects for value equality.</summary> |
179 | 230 | <returns> |
180 | 231 | <see langword="true" /> if the two objects are equal; otherwise, <see langword="false" />.</returns> |
181 | | - <remarks>To be added.</remarks> |
| 232 | + <remarks> |
| 233 | + <format type="text/markdown">< in the UWP API reference. |
| 237 | +
|
| 238 | + ]]></format> |
| 239 | + </remarks> |
182 | 240 | </Docs> |
183 | 241 | </Member> |
184 | 242 | <Member MemberName="op_Inequality"> |
|
207 | 265 | <summary>Compares two <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> objects for value inequality.</summary> |
208 | 266 | <returns> |
209 | 267 | <see langword="true" /> if the values are not equal; otherwise, <see langword="false" />.</returns> |
210 | | - <remarks>To be added.</remarks> |
| 268 | + <remarks> |
| 269 | + <format type="text/markdown">< in the UWP API reference. |
| 273 | +
|
| 274 | + ]]></format> |
| 275 | + </remarks> |
211 | 276 | </Docs> |
212 | 277 | </Member> |
213 | 278 | <Member MemberName="ToString"> |
|
235 | 300 | <Docs> |
236 | 301 | <summary>Returns a string representation of this instance of <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" />.</summary> |
237 | 302 | <returns>A string representation of this instance of <see cref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" />.</returns> |
238 | | - <remarks>To be added.</remarks> |
| 303 | + <remarks> |
| 304 | + <format type="text/markdown">< in the UWP API reference. |
| 308 | +
|
| 309 | + ]]></format> |
| 310 | + </remarks> |
239 | 311 | </Docs> |
240 | 312 | </Member> |
241 | 313 | </Members> |
|
0 commit comments