|
332 | 332 | </ReturnValue>
|
333 | 333 | <Parameters />
|
334 | 334 | <Docs>
|
335 |
| - <summary>Gets a type converter for this object that may be registered.</summary> |
336 |
| - <returns>To be added.</returns> |
337 |
| - <remarks>To be added.</remarks> |
| 335 | + <summary>Returns a type converter for this instance of a component that may be registered.</summary> |
| 336 | + <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> that is the converter for this object, or <see langword="null" /> if there is no <see cref="T:System.ComponentModel.TypeConverter" /> for this object.</returns> |
| 337 | + <remarks> |
| 338 | + <format type="text/markdown"><![CDATA[ |
| 339 | + |
| 340 | +## Remarks |
| 341 | + If `null` is returned, use the default <xref:System.ComponentModel.TypeConverter>. |
| 342 | + |
| 343 | + ]]></format> |
| 344 | + </remarks> |
338 | 345 | </Docs>
|
339 | 346 | </Member>
|
340 | 347 | <Member MemberName="GetDefaultEvent">
|
|
678 | 685 | </ReturnValue>
|
679 | 686 | <Parameters />
|
680 | 687 | <Docs>
|
681 |
| - <summary>Gets the events for this instance of a component that may be registered.</summary> |
682 |
| - <returns>To be added.</returns> |
683 |
| - <remarks>To be added.</remarks> |
| 688 | + <summary>Returns the events for this instance of a component that may be registered.</summary> |
| 689 | + <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the events for this component instance.</returns> |
| 690 | + <remarks> |
| 691 | + <format type="text/markdown"><![CDATA[ |
| 692 | + |
| 693 | +## Remarks |
| 694 | + The events for this instance can differ from the set of events that the class provides. For example, if the component is site-based, the site can add or remove additional events. |
| 695 | + |
| 696 | + Implementors can return <xref:System.ComponentModel.EventDescriptorCollection.Empty?displayProperty=nameWithType> if no properties are specified. This method should never return `null`. |
| 697 | + |
| 698 | + ]]></format> |
| 699 | + </remarks> |
684 | 700 | </Docs>
|
685 | 701 | </Member>
|
686 | 702 | <MemberGroup MemberName="GetProperties">
|
|
856 | 872 | </ReturnValue>
|
857 | 873 | <Parameters />
|
858 | 874 | <Docs>
|
859 |
| - <summary>Gets the properties for this instance of a component that may be registered.</summary> |
860 |
| - <returns>To be added.</returns> |
861 |
| - <remarks>To be added.</remarks> |
| 875 | + <summary>Returns the properties for this instance of a component that may be registered.</summary> |
| 876 | + <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties for this component instance.</returns> |
| 877 | + <remarks> |
| 878 | + <format type="text/markdown"><![CDATA[ |
| 879 | + |
| 880 | +## Remarks |
| 881 | + The properties for this instance can differ from the set of properties that the class provides. For example, if the component is sited, the site can add or remove additional properties. |
| 882 | + |
| 883 | + Implementers can return <xref:System.ComponentModel.PropertyDescriptorCollection.Empty?displayProperty=nameWithType> if no properties are specified. This method should never return `null`. |
| 884 | + |
| 885 | + ]]></format> |
| 886 | + </remarks> |
862 | 887 | </Docs>
|
863 | 888 | </Member>
|
864 | 889 | <Member MemberName="GetPropertyOwner">
|
|
0 commit comments