Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Practices
Prism
Regions
AllActiveRegion
C# 클래스 Microsoft.Practices.Prism.Regions.AllActiveRegion
Region that keeps all the views in it as active. Deactivation of views is not allowed.
상속:
Region
파일 보기
프로젝트 열기: xperiandri/PortablePrism
1 사용 예제들
공개 메소드들
메소드
설명
Deactivate
(
object
view
) :
void
Deactive is not valid in this Region. This method will always throw
InvalidOperationException
.
메소드 상세
Deactivate()
공개
메소드
Deactive is not valid in this Region. This method will always throw
InvalidOperationException
.
Every time this method is called.
public
Deactivate
(
object
view
) :
void
view
object
The view to deactivate.
리턴
void