C# 클래스 TypescriptSyntaxPaste.PasteCommandHandler

상속: IOleCommandTarget
파일 보기 프로젝트 열기: nhabuiduc/TypescriptSyntaxPaste

공개 메소드들

메소드 설명
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
PasteCommandHandler ( IVsTextView adapter, ITextView textView, DTE2 dte ) : System
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

비공개 메소드들

메소드 설명
FormatSelection ( ) : void
HandlePasteCommand ( System.Guid pguidCmdGroup, uint nCmdID ) : bool
InsertIntoDocument ( EnvDTE doc, string typescriptCode ) : void
ShouldHandleThisCommand ( System.Guid pguidCmdGroup, uint nCmdID ) : bool

메소드 상세

Exec() 공개 메소드

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

PasteCommandHandler() 공개 메소드

public PasteCommandHandler ( IVsTextView adapter, ITextView textView, DTE2 dte ) : System
adapter IVsTextView
textView ITextView
dte DTE2
리턴 System

QueryStatus() 공개 메소드

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