C# 클래스 ReactiveUI.ViewModelViewHost

This content control will automatically load the View associated with the ViewModel property and display it. This control is very useful inside a DataTemplate to display the View associated with a ViewModel.
상속: TransitioningContentControl, IViewFor, IEnableLogger
파일 보기 프로젝트 열기: reactiveui/ReactiveUI 1 사용 예제들

공개 메소드들

메소드 설명
ViewModelViewHost ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Adopt ( UIKit.UIViewController parent, UIKit.UIViewController child ) : void
Disown ( UIKit.UIViewController child ) : void
Initialize ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ViewModelViewHost() 공개 메소드

public ViewModelViewHost ( ) : System
리턴 System