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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.