VsIntellisenseCompletor Interface
Used to create and display a completor window.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface VsIntellisenseCompletor _
Inherits IVsIntellisenseCompletor
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface VsIntellisenseCompletor : IVsIntellisenseCompletor
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class VsIntellisenseCompletor : IVsIntellisenseCompletor
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type VsIntellisenseCompletor =
interface
interface IVsIntellisenseCompletor
end
public interface VsIntellisenseCompletor extends IVsIntellisenseCompletor
The VsIntellisenseCompletor type exposes the following members.
Methods
Name | Description | |
---|---|---|
Exec(Guid%, UInt32, UInt32, Object%, Object%) | Executes the completion. (Inherited from IVsIntellisenseCompletor.) | |
GetCompletionSpan | Returns the completor span. (Inherited from IVsIntellisenseCompletor.) | |
GetHeight | Gets the height of the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.) | |
GetWidth | Gets the completor width. (Inherited from IVsIntellisenseCompletor.) | |
GetWindowHandle | Gets a handle to the completor window. (Inherited from IVsIntellisenseCompletor.) | |
Hide | Hides the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.) | |
Initialize | Initializes the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.) | |
IsActive | Determines whether the completor is active. (Inherited from IVsIntellisenseCompletor.) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | Gets the status of the completor. (Inherited from IVsIntellisenseCompletor.) | |
SetLocation | Sets the completor location. (Inherited from IVsIntellisenseCompletor.) | |
Update | Updates the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.) |
Top