Container.Components Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the components in the Container.
public:
virtual property System::ComponentModel::ComponentCollection ^ Components { System::ComponentModel::ComponentCollection ^ get(); };
public virtual System.ComponentModel.ComponentCollection Components { get; }
member this.Components : System.ComponentModel.ComponentCollection
Public Overridable ReadOnly Property Components As ComponentCollection
Property Value
A collection that contains the components in the Container.
Implements
Remarks
This method can be overridden by a derived class.
The components in the collection are stored in the same order as they were added to the Container.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.