Méthode | Description | |
---|---|---|
GetContents ( string regionName ) : IEnumerable |
Returns the contents registered for a region.
|
|
RegionViewRegistry ( IServiceLocator locator ) : System |
Creates a new instance of the RegionViewRegistry class.
|
|
RegisterViewWithRegion ( string regionName, Func |
Registers a delegate that can be used to retrieve the content associated with a region name.
|
|
RegisterViewWithRegion ( string regionName, |
Registers a content type with a region name.
|
Méthode | Description | |
---|---|---|
CreateInstance ( |
Creates an instance of a registered view Type.
|
Méthode | Description | |
---|---|---|
OnContentRegistered ( Microsoft.Practices.Prism.Regions.ViewRegisteredEventArgs e ) : void |
protected CreateInstance ( |
||
type | Type of the registered view. | |
Résultat | object |
public GetContents ( string regionName ) : IEnumerable | ||
regionName | string | Name of the region which content is being requested. |
Résultat | IEnumerable |
public RegionViewRegistry ( IServiceLocator locator ) : System | ||
locator | IServiceLocator | |
Résultat | System |
public RegisterViewWithRegion ( string regionName, Func | ||
regionName | string | Region name to which the |
getContentDelegate | Func | Delegate used to retrieve the content associated with the |
Résultat | void |
public RegisterViewWithRegion ( string regionName, |
||
regionName | string | Region name to which the |
viewType | Content type to be registered for the |
|
Résultat | void |