C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.PropertyPages.WpfBasedPropertyPage

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
WpfBasedPropertyPage ( ) : System

보호된 메소드들

메소드 설명
CreatePropertyPageControl ( ) : PropertyPageControl
CreatePropertyPageViewModel ( ) : PropertyPageViewModel
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnApply ( ) : Task
OnDeactivate ( ) : Task
OnSetObjects ( bool isClosing ) : Task

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

WpfPropertyPage_Load ( object sender, EventArgs e ) : void
_control_OnControlStatusChanged ( object sender, EventArgs e ) : void

메소드 상세

CreatePropertyPageControl() 보호된 추상적인 메소드

protected abstract CreatePropertyPageControl ( ) : PropertyPageControl
리턴 PropertyPageControl

CreatePropertyPageViewModel() 보호된 추상적인 메소드

protected abstract CreatePropertyPageViewModel ( ) : PropertyPageViewModel
리턴 PropertyPageViewModel

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnApply() 보호된 메소드

protected OnApply ( ) : Task
리턴 Task

OnDeactivate() 보호된 메소드

protected OnDeactivate ( ) : Task
리턴 Task

OnSetObjects() 보호된 메소드

protected OnSetObjects ( bool isClosing ) : Task
isClosing bool
리턴 Task

WpfBasedPropertyPage() 공개 메소드

public WpfBasedPropertyPage ( ) : System
리턴 System