|
59 | 59 | <param name="y">The y-coordinate value of the <see cref="T:Windows.Foundation.Point" /> struct. </param> |
60 | 60 | <summary>Initializes a <see cref="T:Windows.Foundation.Point" /> struct that contains the specified values.</summary> |
61 | 61 | <remarks> |
62 | | - <format type="text/markdown">< in the UWP API reference. |
|
87 | 87 | ]]></format> |
88 | 88 | </remarks> |
89 | 89 | </Docs> |
90 | | - </MemberGroup> |
| 90 | + </MemberGroup> |
91 | 91 | <Member MemberName="Equals"> |
92 | 92 | <MemberSignature Language="C#" Value="public override bool Equals (object o);" /> |
93 | 93 | <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object o) cil managed" /> |
|
171 | 171 | <summary>Returns the hash code for this <see cref="T:Windows.Foundation.Point" />.</summary> |
172 | 172 | <returns>The hash code for this <see cref="T:Windows.Foundation.Point" /> struct.</returns> |
173 | 173 | <remarks> |
174 | | - <format type="text/markdown">< in the UWP API reference. |
|
208 | 208 | <summary>Compares two <see cref="T:Windows.Foundation.Point" /> structs for equality.</summary> |
209 | 209 | <returns><see langword="true" /> if both the <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values of <paramref name="point1" /> and <paramref name="point2" /> are equal; otherwise, <see langword="false" />.</returns> |
210 | 210 | <remarks> |
211 | | - <format type="text/markdown">< in the UWP API reference. |
|
245 | 245 | <summary>Compares two <see cref="T:Windows.Foundation.Point" /> structs for inequality</summary> |
246 | 246 | <returns><see langword="true" /> if <paramref name="point1" /> and <paramref name="point2" /> have different <see cref="P:Windows.Foundation.Point.X" /> or <see cref="P:Windows.Foundation.Point.Y" /> values; false if <paramref name="point1" /> and <paramref name="point2" /> have the same <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values.</returns> |
247 | 247 | <remarks> |
248 | | - <format type="text/markdown">< in the UWP API reference. |
|
289 | 289 | <summary>For a description of this member, see <see cref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary> |
290 | 290 | <returns>A string containing the value of the current instance in the specified format.</returns> |
291 | 291 | <remarks> |
292 | | - <format type="text/markdown">< in the UWP API reference. |
|
298 | 298 | </remarks> |
299 | 299 | </Docs> |
300 | 300 | </Member> |
| 301 | + <MemberGroup MemberName="ToString"> |
| 302 | + <AssemblyInfo> |
| 303 | + <AssemblyName>System.Runtime.WindowsRuntime</AssemblyName> |
| 304 | + <AssemblyVersion>4.0.10.0</AssemblyVersion> |
| 305 | + <AssemblyVersion>4.0.14.0</AssemblyVersion> |
| 306 | + </AssemblyInfo> |
| 307 | + <Docs> |
| 308 | + <summary>To be added.</summary> |
| 309 | + <remarks> |
| 310 | + <format type="text/markdown">< in the UWP API reference. |
| 314 | + |
| 315 | + ]]></format> |
| 316 | + </remarks> |
| 317 | + </Docs> |
| 318 | + </MemberGroup> |
301 | 319 | <Member MemberName="ToString"> |
302 | 320 | <MemberSignature Language="C#" Value="public override string ToString ();" /> |
303 | 321 | <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" /> |
|
323 | 341 | <Docs> |
324 | 342 | <summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:Windows.Foundation.Point" />.</summary> |
325 | 343 | <returns>A <see cref="T:System.String" /> containing the <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values of this <see cref="T:Windows.Foundation.Point" /> struct.</returns> |
326 | | - <remarks> |
327 | | - <format type="text/markdown">< in the UWP API reference. |
331 | | - |
332 | | - ]]></format> |
333 | | - </remarks> |
| 344 | + <remarks>To be added.</remarks> |
334 | 345 | </Docs> |
335 | 346 | </Member> |
336 | 347 | <Member MemberName="ToString"> |
|
354 | 365 | </Parameters> |
355 | 366 | <Docs> |
356 | 367 | <param name="provider">Culture-specific formatting information.</param> |
357 | | - <summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:Windows.Foundation.Point" />.</summary> |
| 368 | + <summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:Windows.Foundation.Point" /> using the specified culture-specific formatting information..</summary> |
358 | 369 | <returns>A <see cref="T:System.String" /> containing the <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values of this <see cref="T:Windows.Foundation.Point" /> struct.</returns> |
359 | 370 | <remarks>To be added.</remarks> |
360 | 371 | </Docs> |
|
379 | 390 | <summary>Gets or sets the <see cref="P:Windows.Foundation.Point.X" />-coordinate value of this <see cref="T:Windows.Foundation.Point" /> struct.</summary> |
380 | 391 | <value>The <see cref="P:Windows.Foundation.Point.X" />-coordinate value of this <see cref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value> |
381 | 392 | <remarks> |
382 | | - <format type="text/markdown">< in the UWP API reference. |
|
410 | 421 | <summary>Gets or sets the <see cref="P:Windows.Foundation.Point.Y" />-coordinate value of this <see cref="T:Windows.Foundation.Point" />.</summary> |
411 | 422 | <value>The <see cref="P:Windows.Foundation.Point.Y" />-coordinate value of this <see cref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value> |
412 | 423 | <remarks> |
413 | | - <format type="text/markdown">< in the UWP API reference. |
|
0 commit comments