Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<InterfaceTypeAttribute()> _
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface IVsIntellisenseCompletor _
Inherits IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface IVsIntellisenseCompletor : IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class IVsIntellisenseCompletor : IOleCommandTarget
[<InterfaceTypeAttribute()>]
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type IVsIntellisenseCompletor =
interface
interface IOleCommandTarget
end
public interface IVsIntellisenseCompletor extends IOleCommandTarget
The IVsIntellisenseCompletor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr) | (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 | Gets a handle to the completor window. |
![]() |
Hide | Hides the IntelliSense completor. |
![]() |
Initialize | Initializes the IntelliSense completor. |
![]() |
IsActive | Determines whether the completor is active. |
![]() |
QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr) | (Inherited from IOleCommandTarget.) |
![]() |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | |
![]() |
SetLocation | Sets the completor location. |
![]() |
Update | Updates the IntelliSense completor. |
Top