C# Class Microsoft.Practices.Prism.Regions.DefaultRegionManagerAccessor

Inheritance: IRegionManagerAccessor
Afficher le fichier Open project: xperiandri/PortablePrism

Méthodes publiques

Méthode Description
GetRegionManager ( DependencyObject element ) : IRegionManager

Gets the value of the RegionName attached property.

GetRegionName ( DependencyObject element ) : string

Gets the value for the RegionName attached property.

Method Details

GetRegionManager() public méthode

Gets the value of the RegionName attached property.
public GetRegionManager ( DependencyObject element ) : IRegionManager
element DependencyObject The target element.
Résultat IRegionManager

GetRegionName() public méthode

Gets the value for the RegionName attached property.
public GetRegionName ( DependencyObject element ) : string
element DependencyObject The object to adapt. This is typically a container (i.e a control).
Résultat string