C# 클래스 Typewriter.TemplateEditor.Controllers.FormattingController

상속: IOleCommandTarget
파일 보기 프로젝트 열기: AdaskoTheBeAsT/Typewriter

공개 메소드들

메소드 설명
Exec ( Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
FormattingController ( IVsTextView textViewAdapter, ITextView textView ) : System
QueryStatus ( Guid &pguidCmdGroup, uint cCmds, Array prgCmds, IntPtr pCmdText ) : int

비공개 메소드들

메소드 설명
FormatSelection ( ) : void
FormatSpan ( int start, int length ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup Guid
nCmdID uint
nCmdexecopt uint
pvaIn IntPtr
pvaOut IntPtr
리턴 int

FormattingController() 공개 메소드

public FormattingController ( IVsTextView textViewAdapter, ITextView textView ) : System
textViewAdapter IVsTextView
textView ITextView
리턴 System

QueryStatus() 공개 메소드

public QueryStatus ( Guid &pguidCmdGroup, uint cCmds, Array prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup Guid
cCmds uint
prgCmds Array
pCmdText IntPtr
리턴 int