C# 클래스 Emoji.Intellisense.CommandFilter

상속: IOleCommandTarget
파일 보기 프로젝트 열기: jbevain/EmojiVS 1 사용 예제들

공개 메소드들

메소드 설명
CommandFilter ( IWpfTextView textView, ICompletionBroker broker, IEmojiLocationHandler emojiLocationHandler ) : System
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

비공개 메소드들

메소드 설명
Cancel ( ) : bool

Cancel the auto-complete session, and leave the text unmodified

Complete ( bool force ) : bool

Auto-complete text using the specified token

Filter ( ) : void

Narrow down the list of options as the user types input

GetTypeChar ( IntPtr pvaIn ) : char
StartSession ( ) : bool

Display list of potential tokens

메소드 상세

CommandFilter() 공개 메소드

public CommandFilter ( IWpfTextView textView, ICompletionBroker broker, IEmojiLocationHandler emojiLocationHandler ) : System
textView IWpfTextView
broker ICompletionBroker
emojiLocationHandler IEmojiLocationHandler
리턴 System

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

QueryStatus() 공개 메소드

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