Component.Container Proprietà
Definizione
Ottiene l'oggetto IContainer che contiene Component.Gets the IContainer that contains the Component.
public:
property System::ComponentModel::IContainer ^ Container { System::ComponentModel::IContainer ^ get(); };
public System.ComponentModel.IContainer Container { get; }
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.IContainer Container { get; }
member this.Container : System.ComponentModel.IContainer
[<System.ComponentModel.Browsable(false)>]
member this.Container : System.ComponentModel.IContainer
Public ReadOnly Property Container As IContainer
Valore della proprietà
Oggetto IContainer eventualmente contenente l'oggetto Component oppure valore null
se l'oggetto Component non è incapsulato in un oggetto IContainer.The IContainer that contains the Component, if any, or null
if the Component is not encapsulated in an IContainer.
- Attributi
Commenti
I componenti in un contenitore vengono rilevati in un elenco First-in, First-out, che definisce anche l'ordine dei componenti all'interno del contenitore.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. L'ultimo componente aggiunto è l'ultimo componente dell'elenco.The last component added is the last component in the list.