|
66 | 66 | <Docs>
|
67 | 67 | <summary>Contains a collection of designer options. This class cannot be inherited.</summary>
|
68 | 68 | <remarks>
|
69 |
| - <format type="text/markdown"><![CDATA[ |
70 |
| - |
71 |
| -## Remarks |
72 |
| - The <xref:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection> class is a collection that contains other <xref:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection> objects. This forms a tree of options, with each branch of the tree having a name and a possible collection of properties. Each parent branch of the tree contains a union of the properties of all the child branches. |
73 |
| - |
| 69 | + <format type="text/markdown"><![CDATA[ |
| 70 | +
|
| 71 | +## Remarks |
| 72 | + The <xref:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection> class is a collection that contains other <xref:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection> objects. This forms a tree of options, with each branch of the tree having a name and a possible collection of properties. Each parent branch of the tree contains a union of the properties of all the child branches. |
| 73 | +
|
74 | 74 | ]]></format>
|
75 | 75 | </remarks>
|
76 | 76 | <altmember cref="T:System.ComponentModel.Design.IDesignerOptionService" />
|
|
245 | 245 | <summary>Returns the index of the first occurrence of a given value in a range of this collection.</summary>
|
246 | 246 | <returns>The index of the first occurrence of value within the entire collection, if found; otherwise, the lower bound of the collection minus 1.</returns>
|
247 | 247 | <remarks>
|
248 |
| - <format type="text/markdown"><![CDATA[ |
249 |
| - |
250 |
| -## Remarks |
251 |
| - The collection is searched, in one direction, from beginning to end. |
252 |
| - |
| 248 | + <format type="text/markdown"><![CDATA[ |
| 249 | +
|
| 250 | +## Remarks |
| 251 | + The collection is searched, in one direction, from beginning to end. |
| 252 | +
|
253 | 253 | ]]></format>
|
254 | 254 | </remarks>
|
255 | 255 | <altmember cref="Overload:System.Collections.ArrayList.IndexOf" />
|
|
347 | 347 | <summary>Gets the child collection at the given name.</summary>
|
348 | 348 | <value>The child collection with the name specified by the <paramref name="name" /> parameter, or <see langword="null" /> if the name is not found.</value>
|
349 | 349 | <remarks>
|
350 |
| - <format type="text/markdown"><![CDATA[ |
351 |
| - |
352 |
| -## Remarks |
353 |
| - The name search is case-insensitive. |
354 |
| - |
| 350 | + <format type="text/markdown"><![CDATA[ |
| 351 | +
|
| 352 | +## Remarks |
| 353 | + The name search is case-insensitive. |
| 354 | +
|
355 | 355 | ]]></format>
|
356 | 356 | </remarks>
|
357 | 357 | </Docs>
|
|
397 | 397 | <summary>Gets the name of this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />.</summary>
|
398 | 398 | <value>The name of this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />.</value>
|
399 | 399 | <remarks>
|
400 |
| - <format type="text/markdown"><![CDATA[ |
401 |
| - |
402 |
| -## Remarks |
403 |
| - Names are programmatic names and are not localized. A name search is case-insensitive. |
404 |
| - |
| 400 | + <format type="text/markdown"><![CDATA[ |
| 401 | +
|
| 402 | +## Remarks |
| 403 | + Names are programmatic names and are not localized. A name search is case-insensitive. |
| 404 | +
|
405 | 405 | ]]></format>
|
406 | 406 | </remarks>
|
407 | 407 | </Docs>
|
|
491 | 491 | <summary>Gets the collection of properties offered by this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />, along with all of its children.</summary>
|
492 | 492 | <value>The collection of properties offered by this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />, along with all of its children.</value>
|
493 | 493 | <remarks>
|
494 |
| - <format type="text/markdown"><![CDATA[ |
495 |
| - |
496 |
| -## Remarks |
497 |
| - <xref:System.ComponentModel.PropertyDescriptor> objects are taken directly from the value passed to the <xref:System.ComponentModel.Design.DesignerOptionService.CreateOptionCollection%2A> method and are wrapped in an additional property descriptor that hides the value object from the user. This means that any value may be passed into the `component` parameter of the various <xref:System.ComponentModel.PropertyDescriptor> methods. The value is not recognized and is replaced with the correct value internally. |
498 |
| - |
| 494 | + <format type="text/markdown"><![CDATA[ |
| 495 | +
|
| 496 | +## Remarks |
| 497 | + <xref:System.ComponentModel.PropertyDescriptor> objects are taken directly from the value passed to the <xref:System.ComponentModel.Design.DesignerOptionService.CreateOptionCollection%2A> method and are wrapped in an additional property descriptor that hides the value object from the user. This means that any value may be passed into the `component` parameter of the various <xref:System.ComponentModel.PropertyDescriptor> methods. The value is not recognized and is replaced with the correct value internally. |
| 498 | +
|
499 | 499 | ]]></format>
|
500 | 500 | </remarks>
|
501 | 501 | <altmember cref="T:System.ComponentModel.Design.IDesignerOptionService" />
|
|
580 | 580 | <summary>Gets a value indicating whether access to the collection is synchronized and, therefore, thread safe.</summary>
|
581 | 581 | <value>
|
582 | 582 | <see langword="true" /> if the access to the collection is synchronized; otherwise, <see langword="false" />.</value>
|
583 |
| - <remarks>To be added.</remarks> |
| 583 | + <remarks>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"/> instance is cast to an <see cref="T:System.Collections.ICollection"/> interface.</remarks> |
584 | 584 | </Docs>
|
585 | 585 | </Member>
|
586 | 586 | <Member MemberName="System.Collections.ICollection.SyncRoot">
|
|
620 | 620 | <Docs>
|
621 | 621 | <summary>Gets an object that can be used to synchronize access to the collection.</summary>
|
622 | 622 | <value>An object that can be used to synchronize access to the collection.</value>
|
623 |
| - <remarks>To be added.</remarks> |
| 623 | + <remarks>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"/> instance is cast to an <see cref="T:System.Collections.ICollection"/> interface.</remarks> |
624 | 624 | </Docs>
|
625 | 625 | </Member>
|
626 | 626 | <Member MemberName="System.Collections.IList.Add">
|
|
704 | 704 | <Parameters />
|
705 | 705 | <Docs>
|
706 | 706 | <summary>Removes all items from the collection.</summary>
|
707 |
| - <remarks>To be added.</remarks> |
| 707 | + <remarks>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"/> instance is cast to an <see cref="T:System.Collections.IList"/> interface.</remarks> |
708 | 708 | </Docs>
|
709 | 709 | </Member>
|
710 | 710 | <Member MemberName="System.Collections.IList.Contains">
|
|
879 | 879 | <summary>Gets a value indicating whether the collection has a fixed size.</summary>
|
880 | 880 | <value>
|
881 | 881 | <see langword="true" /> if the collection has a fixed size; otherwise, <see langword="false" />.</value>
|
882 |
| - <remarks>To be added.</remarks> |
| 882 | + <remarks>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"/> instance is cast to an <see cref="T:System.Collections.IList"/> interface.</remarks> |
883 | 883 | </Docs>
|
884 | 884 | </Member>
|
885 | 885 | <Member MemberName="System.Collections.IList.IsReadOnly">
|
|
920 | 920 | <summary>Gets a value indicating whether the collection is read-only.</summary>
|
921 | 921 | <value>
|
922 | 922 | <see langword="true" /> if the collection is read-only; otherwise, <see langword="false" />.</value>
|
923 |
| - <remarks>To be added.</remarks> |
| 923 | + <remarks>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"/> instance is cast to an <see cref="T:System.Collections.IList"/> interface.</remarks> |
924 | 924 | </Docs>
|
925 | 925 | </Member>
|
926 | 926 | <Member MemberName="System.Collections.IList.Item">
|
|
0 commit comments