C# 클래스 Microsoft.R.Components.ConnectionManager.Implementation.ViewModel.ConnectionStatusBarViewModel

상속: BindableBase, IConnectionStatusBarViewModel
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionStatusBarViewModel ( IConnectionManager connectionManager, ICoreShell shell ) : System.Windows
Dispose ( ) : void
ShowContextMenu ( Point point ) : void

비공개 메소드들

메소드 설명
ConnectionStateChanged ( object sender, ConnectionEventArgs e ) : void

메소드 상세

ConnectionStatusBarViewModel() 공개 메소드

public ConnectionStatusBarViewModel ( IConnectionManager connectionManager, ICoreShell shell ) : System.Windows
connectionManager IConnectionManager
shell ICoreShell
리턴 System.Windows

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ShowContextMenu() 공개 메소드

public ShowContextMenu ( Point point ) : void
point System.Windows.Point
리턴 void