System.ComponentModel.Primitives.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.ComponentModel.Primitives</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.ComponentModel.ComponentCollection">
  8. <summary>Provides a read-only container for a collection of <see cref="T:System.ComponentModel.IComponent" /> objects.</summary>
  9. </member>
  10. <member name="T:System.ComponentModel.IComponent">
  11. <summary>Provides functionality required by all components. </summary>
  12. </member>
  13. <member name="E:System.ComponentModel.IComponent.Disposed">
  14. <summary>Represents the method that handles the <see cref="E:System.ComponentModel.IComponent.Disposed" /> event of a component.</summary>
  15. </member>
  16. <member name="P:System.ComponentModel.IComponent.Site">
  17. <summary>Gets or sets the <see cref="T:System.ComponentModel.ISite" /> associated with the <see cref="T:System.ComponentModel.IComponent" />.</summary>
  18. <returns>The <see cref="T:System.ComponentModel.ISite" /> object associated with the component; or null, if the component does not have a site.</returns>
  19. </member>
  20. <member name="T:System.ComponentModel.IContainer">
  21. <summary>Provides functionality for containers. Containers are objects that logically contain zero or more components.</summary>
  22. </member>
  23. <member name="M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent)">
  24. <summary>Adds the specified <see cref="T:System.ComponentModel.IComponent" /> to the <see cref="T:System.ComponentModel.IContainer" /> at the end of the list.</summary>
  25. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to add. </param>
  26. </member>
  27. <member name="M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String)">
  28. <summary>Adds the specified <see cref="T:System.ComponentModel.IComponent" /> to the <see cref="T:System.ComponentModel.IContainer" /> at the end of the list, and assigns a name to the component.</summary>
  29. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to add. </param>
  30. <param name="name">The unique, case-insensitive name to assign to the component.-or- null that leaves the component unnamed. </param>
  31. </member>
  32. <member name="P:System.ComponentModel.IContainer.Components">
  33. <summary>Gets all the components in the <see cref="T:System.ComponentModel.IContainer" />.</summary>
  34. <returns>A collection of <see cref="T:System.ComponentModel.IComponent" /> objects that represents all the components in the <see cref="T:System.ComponentModel.IContainer" />.</returns>
  35. </member>
  36. <member name="M:System.ComponentModel.IContainer.Remove(System.ComponentModel.IComponent)">
  37. <summary>Removes a component from the <see cref="T:System.ComponentModel.IContainer" />.</summary>
  38. <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to remove. </param>
  39. </member>
  40. <member name="T:System.ComponentModel.ISite">
  41. <summary>Provides functionality required by sites.</summary>
  42. </member>
  43. <member name="P:System.ComponentModel.ISite.Component">
  44. <summary>Gets the component associated with the <see cref="T:System.ComponentModel.ISite" /> when implemented by a class.</summary>
  45. <returns>The <see cref="T:System.ComponentModel.IComponent" /> instance associated with the <see cref="T:System.ComponentModel.ISite" />.</returns>
  46. </member>
  47. <member name="P:System.ComponentModel.ISite.Container">
  48. <summary>Gets the <see cref="T:System.ComponentModel.IContainer" /> associated with the <see cref="T:System.ComponentModel.ISite" /> when implemented by a class.</summary>
  49. <returns>The <see cref="T:System.ComponentModel.IContainer" /> instance associated with the <see cref="T:System.ComponentModel.ISite" />.</returns>
  50. </member>
  51. <member name="P:System.ComponentModel.ISite.DesignMode">
  52. <summary>Determines whether the component is in design mode when implemented by a class.</summary>
  53. <returns>true if the component is in design mode; otherwise, false.</returns>
  54. </member>
  55. <member name="P:System.ComponentModel.ISite.Name">
  56. <summary>Gets or sets the name of the component associated with the <see cref="T:System.ComponentModel.ISite" /> when implemented by a class.</summary>
  57. <returns>The name of the component associated with the <see cref="T:System.ComponentModel.ISite" />; or null, if no name is assigned to the component.</returns>
  58. </member>
  59. </members>
  60. </doc>