IVsIntellisenseCompletor Members
Include Protected Members
Include Inherited Members
Used to create and display a completor window
The IVsIntellisenseCompletor type exposes the following members.
Methods
Name | Description | |
---|---|---|
Exec | (Inherited from IOleCommandTarget.) | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | ||
GetCompletionSpan | Returns the completor span. | |
GetHeight | Gets the height of the IntelliSense completor. | |
GetWidth | Gets the completor width. | |
GetWindowHandle | ||
Hide | Hides the IntelliSense completor. | |
Initialize | Initializes the IntelliSense completor. | |
IsActive | ||
QueryStatus | (Inherited from IOleCommandTarget.) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | ||
SetLocation | Sets the completor location. | |
Update | Updates the IntelliSense completor. |
Top