Component.Container Propriété
Définition
Obtient le IContainer qui contient Component.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; }
member this.Container : System.ComponentModel.IContainer
Public ReadOnly Property Container As IContainer
Valeur de propriété
IContainer qui contient Component, éventuellement, ou null
si Component n'est pas encapsulé dans IContainer.The IContainer that contains the Component, if any, or null
if the Component is not encapsulated in an IContainer.
- Attributs
Remarques
Les composants d’un conteneur sont suivis dans une liste premier sorti, premier sorti, qui définit également l’ordre des composants dans le conteneur.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. Le dernier composant ajouté est le dernier composant de la liste.The last component added is the last component in the list.