Méthode | Description | |
---|---|---|
NestedContainer ( IComponent owner ) : System |
Creates a new NestedContainer.
|
Méthode | Description | |
---|---|---|
CreateSite ( IComponent component, string name ) : ISite |
Creates a site for the component within the container.
|
|
Dispose ( bool disposing ) : void |
Override of Container's dispose.
|
|
GetService ( |
[To be supplied.]
|
Méthode | Description | |
---|---|---|
OnOwnerDisposed ( object sender, |
Called when our owning component is destroyed.
|
protected CreateSite ( IComponent component, string name ) : ISite | ||
component | IComponent | |
name | string | |
Résultat | ISite |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected GetService ( |
||
service | ||
Résultat | object |
public NestedContainer ( IComponent owner ) : System | ||
owner | IComponent | |
Résultat | System |