C# 클래스 SendToGist.SendToGistPackage

상속: Package
파일 보기 프로젝트 열기: perikete/SendToGist

공개 메소드들

메소드 설명
GetCurrentFilename ( IWpfTextView wpfTextView ) : string
SendToGistPackage ( ) : System
SetStatusBarText ( string text ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
GetActiveTextView ( ) : IWpfTextView
MenuItemCallback ( object sender, EventArgs e ) : void
OnBeforeQueryStatus ( object sender, EventArgs e ) : void

메소드 상세

GetCurrentFilename() 공개 정적인 메소드

public static GetCurrentFilename ( IWpfTextView wpfTextView ) : string
wpfTextView IWpfTextView
리턴 string

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

SendToGistPackage() 공개 메소드

public SendToGistPackage ( ) : System
리턴 System

SetStatusBarText() 공개 메소드

public SetStatusBarText ( string text ) : void
text string
리턴 void