C# Класс Microsoft.Practices.Prism.Regions.DefaultRegionManagerAccessor

Наследование: IRegionManagerAccessor
Показать файл Открыть проект

Открытые методы

Метод Описание
GetRegionManager ( DependencyObject element ) : IRegionManager

Gets the value of the RegionName attached property.

GetRegionName ( DependencyObject element ) : string

Gets the value for the RegionName attached property.

Описание методов

GetRegionManager() публичный Метод

Gets the value of the RegionName attached property.
public GetRegionManager ( DependencyObject element ) : IRegionManager
element DependencyObject The target element.
Результат IRegionManager

GetRegionName() публичный Метод

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).
Результат string