Component.Container 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 the IContainer that contains the Component.
public:
property System::ComponentModel::IContainer ^ Container { System::ComponentModel::IContainer ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.IContainer? Container { get; }
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.IContainer Container { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Container : System.ComponentModel.IContainer
Public ReadOnly Property Container As IContainer
Property Value
The IContainer that contains the Component, if any, or null
if the Component is not encapsulated in an IContainer.
- Attributes
Remarks
The components in a container are tracked in a first-in, first-out list, which also defines the order of the components within the container. The last component added is the last component in the list.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.