Method | Description | |
---|---|---|
CommandFilter ( IWpfTextView textView, ICompletionBroker broker ) : System | ||
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Method | Description | |
---|---|---|
Cancel ( ) : bool | ||
Complete ( bool force ) : bool | ||
Filter ( ) : void | ||
GetTypeChar ( |
||
StartSession ( ) : bool |
public CommandFilter ( IWpfTextView textView, ICompletionBroker broker ) : System | ||
textView | IWpfTextView | |
broker | ICompletionBroker | |
return | System |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |