C# 클래스 Microsoft.Practices.Prism.Regions.DefaultRegionManagerAccessor

상속: IRegionManagerAccessor
파일 보기 프로젝트 열기: xperiandri/PortablePrism

공개 메소드들

메소드 설명
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