|
24 | 24 | </Interface> |
25 | 25 | </Interfaces> |
26 | 26 | <Docs> |
27 | | - <summary>Provides a XAML type system identifier representation for attachable members. The identifier structure parallels the <paramref name="declaringType" /><see langword="." /><paramref name="memberName" /> string form for attachable member usage.</summary> |
| 27 | + <summary>Provides a XAML type system identifier representation for attachable members. The identifier structure parallels the <see langword="declaringType" /><see langword="." /><see langword="memberName" /> string form for attachable member usage.</summary> |
28 | 28 | <remarks>To be added.</remarks> |
29 | 29 | <altmember cref="T:System.Xaml.AttachablePropertyServices" /> |
30 | 30 | <altmember cref="T:System.Xaml.XamlMember" /> |
|
96 | 96 | <summary>Gets or sets the <paramref name="declaringType" /> component value of the <see cref="T:System.Xaml.AttachableMemberIdentifier" />.</summary> |
97 | 97 | <value>The <paramref name="declaringType" /> component value of the <see cref="T:System.Xaml.AttachableMemberIdentifier" />.</value> |
98 | 98 | <remarks> |
99 | | - <format type="text/markdown"><![CDATA[ |
100 | | - |
101 | | -## Remarks |
102 | | - The <xref:System.Xaml.AttachableMemberIdentifier.DeclaringType%2A> value should match the name of the <xref:System.Xaml.XamlMember.Type%2A?displayProperty=nameWithType> of the attachable member's XAML type system information. |
103 | | - |
| 99 | + <format type="text/markdown"><![CDATA[ |
| 100 | +
|
| 101 | +## Remarks |
| 102 | + The <xref:System.Xaml.AttachableMemberIdentifier.DeclaringType%2A> value should match the name of the <xref:System.Xaml.XamlMember.Type%2A?displayProperty=nameWithType> of the attachable member's XAML type system information. |
| 103 | +
|
104 | 104 | ]]></format> |
105 | 105 | </remarks> |
106 | 106 | </Docs> |
|
179 | 179 | <returns> |
180 | 180 | <see langword="true" /> if the objects have the same value; otherwise, <see langword="false" />.</returns> |
181 | 181 | <remarks> |
182 | | - <format type="text/markdown"><![CDATA[ |
183 | | - |
184 | | -## Remarks |
185 | | - The values that this method checks for equality are <xref:System.Xaml.AttachableMemberIdentifier.DeclaringType%2A> and <xref:System.Xaml.AttachableMemberIdentifier.MemberName%2A>. |
186 | | - |
| 182 | + <format type="text/markdown"><![CDATA[ |
| 183 | +
|
| 184 | +## Remarks |
| 185 | + The values that this method checks for equality are <xref:System.Xaml.AttachableMemberIdentifier.DeclaringType%2A> and <xref:System.Xaml.AttachableMemberIdentifier.MemberName%2A>. |
| 186 | +
|
187 | 187 | ]]></format> |
188 | 188 | </remarks> |
189 | 189 | </Docs> |
|
247 | 247 | <summary>Gets or sets the <paramref name="memberName" /> component value of the <see cref="T:System.Xaml.AttachableMemberIdentifier" />.</summary> |
248 | 248 | <value>The <paramref name="memberName" /> component value of the <see cref="T:System.Xaml.AttachableMemberIdentifier" />.</value> |
249 | 249 | <remarks> |
250 | | - <format type="text/markdown"><![CDATA[ |
251 | | - |
252 | | -## Remarks |
253 | | - The <xref:System.Xaml.AttachableMemberIdentifier.MemberName%2A> value should match the <xref:System.Xaml.XamlMember.Name%2A?displayProperty=nameWithType> of the attachable member's XAML type system information. |
254 | | - |
| 250 | + <format type="text/markdown"><![CDATA[ |
| 251 | +
|
| 252 | +## Remarks |
| 253 | + The <xref:System.Xaml.AttachableMemberIdentifier.MemberName%2A> value should match the <xref:System.Xaml.XamlMember.Name%2A?displayProperty=nameWithType> of the attachable member's XAML type system information. |
| 254 | +
|
255 | 255 | ]]></format> |
256 | 256 | </remarks> |
257 | 257 | </Docs> |
|
350 | 350 | <summary>Returns a <see cref="T:System.String" /> that represents the current <see cref="T:System.Xaml.AttachableMemberIdentifier" />.</summary> |
351 | 351 | <returns>A <see cref="T:System.String" /> that represents the current <see cref="T:System.Xaml.AttachableMemberIdentifier" />.</returns> |
352 | 352 | <remarks> |
353 | | - <format type="text/markdown"><![CDATA[ |
354 | | - |
355 | | -## Remarks |
356 | | - This implementation returns a string form that parallels the XAML attachable member usage in markup. That string form is `declaringType.memberName`. |
357 | | - |
| 353 | + <format type="text/markdown"><![CDATA[ |
| 354 | +
|
| 355 | +## Remarks |
| 356 | + This implementation returns a string form that parallels the XAML attachable member usage in markup. That string form is `declaringType.memberName`. |
| 357 | +
|
358 | 358 | ]]></format> |
359 | 359 | </remarks> |
360 | 360 | </Docs> |
|
0 commit comments