IVsIntellisenseCompletor-Schnittstelle
Wird verwendet, um ein completor Fenster zu erstellen und anzuzeigen
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
Der IVsIntellisenseCompletor-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
![]() |
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | (Von IOleCommandTarget geerbt.) |
![]() |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | |
![]() |
GetCompletionSpan | Gibt die completor Spanne zurück. |
![]() |
GetHeight | Ruft die Höhe des IntelliSense-completor ab. |
![]() |
GetWidth | Ruft die Breite completor ab. |
![]() |
GetWindowHandle | Ruft ein Handle für das Fenster completor. |
![]() |
Hide | Blendet das IntelliSense-completor aus. |
![]() |
Initialize | Initialisiert das IntelliSense-completor. |
![]() |
IsActive | Bestimmt, ob das completor aktiv ist. |
![]() |
QueryStatus(Guid, UInt32, OLECMD, IntPtr) | (Von IOleCommandTarget geerbt.) |
![]() |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | |
![]() |
SetLocation | Legt den Speicherort completor fest. |
![]() |
Update | Aktualisiert das IntelliSense-completor. |
Zum Seitenanfang