IVsTextViewIntellisenseHost_Corrected Interface
En este artículo
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
Syntax
'Declaración
<GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextViewIntellisenseHost_Corrected _
Inherits IVsIntellisenseHost_Corrected
[GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
[InterfaceTypeAttribute()]
public interface IVsTextViewIntellisenseHost_Corrected : IVsIntellisenseHost_Corrected
[GuidAttribute(L"0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
[InterfaceTypeAttribute()]
public interface class IVsTextViewIntellisenseHost_Corrected : IVsIntellisenseHost_Corrected
[<GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")>]
[<InterfaceTypeAttribute()>]
type IVsTextViewIntellisenseHost_Corrected =
interface
interface IVsIntellisenseHost_Corrected
end
public interface IVsTextViewIntellisenseHost_Corrected extends IVsIntellisenseHost_Corrected
The IVsTextViewIntellisenseHost_Corrected type exposes the following members.
Methods
AfterCompletorCommit()
(Inherited from IVsIntellisenseHost_Corrected .)
AfterCompletorCommit()
BeforeCompletorCommit()
(Inherited from IVsIntellisenseHost_Corrected .)
BeforeCompletorCommit()
Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)
(Inherited from IVsIntellisenseHost_Corrected .)
Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)
GetContextBuffer(IVsTextLines%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetContextBuffer(IVsTextLines%)
GetContextCaretPos(Int32%, Int32%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetContextCaretPos(Int32%, Int32%)
GetContextFocalPoint(array<TextSpan[], Int32%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetContextFocalPoint(array<TextSpan[], Int32%)
GetContextLocation(Int32, Int32, Int32, array<RECT[], Int32%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetContextLocation(Int32, Int32, Int32, array<RECT[], Int32%)
GetContextSelection(array<TextSpan[])
(Inherited from IVsIntellisenseHost_Corrected .)
GetContextSelection(array<TextSpan[])
GetHostFlags(UInt32%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetHostFlags(UInt32%)
GetHostWindow(IntPtr%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetHostWindow(IntPtr%)
GetServiceProvider(IServiceProvider%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetServiceProvider(IServiceProvider%)
GetSmartTagRect(array<RECT[])
(Inherited from IVsIntellisenseHost_Corrected .)
GetSmartTagRect(array<RECT[])
GetSubjectCaretPos(Int32%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetSubjectCaretPos(Int32%)
GetSubjectSelection(Int32%, Int32%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetSubjectSelection(Int32%, Int32%)
GetSubjectText(String%)
(Inherited from IVsIntellisenseHost_Corrected .)
GetSubjectText(String%)
HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[])
(Inherited from IVsIntellisenseHost_Corrected .)
HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[])
QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr)
(Inherited from IVsIntellisenseHost_Corrected .)
QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr)
ReplaceSubjectTextSpan(Int32, Int32, String)
(Inherited from IVsIntellisenseHost_Corrected .)
ReplaceSubjectTextSpan(Int32, Int32, String)
SetContextCaretPos(Int32, Int32)
(Inherited from IVsIntellisenseHost_Corrected .)
SetContextCaretPos(Int32, Int32)
SetContextSelection(Int32, Int32, Int32, Int32)
(Inherited from IVsIntellisenseHost_Corrected .)
SetContextSelection(Int32, Int32, Int32, Int32)
SetSubjectCaretPos(Int32)
(Inherited from IVsIntellisenseHost_Corrected .)
SetSubjectCaretPos(Int32)
SetSubjectFromPrimaryBuffer
SetSubjectSelection(Int32, Int32)
(Inherited from IVsIntellisenseHost_Corrected .)
SetSubjectSelection(Int32, Int32)
UpdateCompletionStatus(IVsCompletionSet, UInt32)
(Inherited from IVsIntellisenseHost_Corrected .)
UpdateCompletionStatus(IVsCompletionSet, UInt32)
UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32)
(Inherited from IVsIntellisenseHost_Corrected .)
UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32)
UpdateTipWindow(IVsTipWindow, UInt32)
(Inherited from IVsIntellisenseHost_Corrected .)
UpdateTipWindow(IVsTipWindow, UInt32)
Top
See Also
Reference
Microsoft.VisualStudio.TextManager.Interop Namespace