C# 클래스 CodicExtension.CodicExtensionPackage

상속: Microsoft.VisualStudio.Shell.Package
파일 보기 프로젝트 열기: codic-project/codic-vs-extension 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GenerateMenu_Clicked void
GetActiveTextView IWpfTextView
MenuItemTranslateOnBeforeQueryStatus void
SetDialogPosition void

공개 메소드들

메소드 설명
GetTextDocument ( ITextBuffer TextBuffer ) : ITextDocument

보호된 메소드들

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

비공개 메소드들

메소드 설명
GenerateMenu_Clicked ( object sender, EventArgs e ) : void

This function is the callback used to execute a command when the a menu item is clicked. See the Initialize method to see how the menu item is associated to this function using the OleMenuCommandService service and the MenuCommand class.

GetActiveTextView ( ) : IWpfTextView
MenuItemTranslateOnBeforeQueryStatus ( object sender, EventArgs eventArgs ) : void
SetDialogPosition ( IWpfTextView _view, QuickLookDialog dialog ) : void

메소드 상세

Dispose() 보호된 메소드

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

GetTextDocument() 공개 정적인 메소드

public static GetTextDocument ( ITextBuffer TextBuffer ) : ITextDocument
TextBuffer ITextBuffer
리턴 ITextDocument

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void