C# Класс Emoji.Intellisense.CommandFilter

Наследование: IOleCommandTarget
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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