C# Class JavascriptLanguage.JsCommandFilter

Inheritance: IOleCommandTarget
Show file Open project: asebak/ui5-visualstudio-plugin

Public Methods

Method Description
JsCommandFilter ( IWpfTextView textView, Microsoft.VisualStudio.Language.Intellisense CompletionBroker, IStandardClassificationService standardClassifications ) : System
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Private Methods

Method Description
Cancel ( ) : bool
Complete ( bool force, bool dontAdvance = false ) : Microsoft.VisualStudio.Language.Intellisense.Completion
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
Filter ( ) : void
GetCaretClassifications ( ) : IEnumerable
GetTypeChar ( IntPtr pvaIn ) : char
IsValidTextBuffer ( ) : bool
StartSession ( ) : bool

Method Details

JsCommandFilter() public method

public JsCommandFilter ( IWpfTextView textView, Microsoft.VisualStudio.Language.Intellisense CompletionBroker, IStandardClassificationService standardClassifications ) : System
textView IWpfTextView
CompletionBroker Microsoft.VisualStudio.Language.Intellisense
standardClassifications IStandardClassificationService
return System

QueryStatus() public method

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