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

This class maps Type with IRegionAdapter.
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 메소드들

메소드 설명
RegisterMapping ( Type controlType, IRegionAdapter adapter ) : void

Registers the mapping between a type and an adapter.

비공개 메소드들

메소드 설명
GetMapping ( Type controlType ) : IRegionAdapter

메소드 상세

RegisterMapping() 공개 메소드

Registers the mapping between a type and an adapter.
When any of or are . If a mapping for already exists.
public RegisterMapping ( Type controlType, IRegionAdapter adapter ) : void
controlType System.Type The type of the control.
adapter IRegionAdapter The adapter to use with the type.
리턴 void