Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
Syntax
声明
<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
.gif) |
AfterCompletorCommit() |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
AfterCompletorCommit() |
|
.gif) |
BeforeCompletorCommit() |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
BeforeCompletorCommit() |
|
.gif) |
Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr) |
|
.gif) |
GetContextBuffer(IVsTextLines%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetContextBuffer(IVsTextLines%) |
|
.gif) |
GetContextCaretPos(Int32%, Int32%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetContextCaretPos(Int32%, Int32%) |
|
.gif) |
GetContextFocalPoint(array<TextSpan[], Int32%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetContextFocalPoint(array<TextSpan[], Int32%) |
|
.gif) |
GetContextLocation(Int32, Int32, Int32, array<RECT[], Int32%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetContextLocation(Int32, Int32, Int32, array<RECT[], Int32%) |
|
.gif) |
GetContextSelection(array<TextSpan[]) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetContextSelection(array<TextSpan[]) |
|
.gif) |
GetHostFlags(UInt32%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetHostFlags(UInt32%) |
|
.gif) |
GetHostWindow(IntPtr%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetHostWindow(IntPtr%) |
|
.gif) |
GetServiceProvider(IServiceProvider%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetServiceProvider(IServiceProvider%) |
|
.gif) |
GetSmartTagRect(array<RECT[]) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetSmartTagRect(array<RECT[]) |
|
.gif) |
GetSubjectCaretPos(Int32%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetSubjectCaretPos(Int32%) |
|
.gif) |
GetSubjectSelection(Int32%, Int32%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetSubjectSelection(Int32%, Int32%) |
|
.gif) |
GetSubjectText(String%) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
GetSubjectText(String%) |
|
.gif) |
HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[]) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[]) |
|
.gif) |
QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr) |
|
.gif) |
ReplaceSubjectTextSpan(Int32, Int32, String) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
ReplaceSubjectTextSpan(Int32, Int32, String) |
|
.gif) |
SetContextCaretPos(Int32, Int32) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
SetContextCaretPos(Int32, Int32) |
|
.gif) |
SetContextSelection(Int32, Int32, Int32, Int32) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
SetContextSelection(Int32, Int32, Int32, Int32) |
|
.gif) |
SetSubjectCaretPos(Int32) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
SetSubjectCaretPos(Int32) |
|
.gif) |
SetSubjectFromPrimaryBuffer |
|
.gif) |
SetSubjectSelection(Int32, Int32) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
SetSubjectSelection(Int32, Int32) |
|
.gif) |
UpdateCompletionStatus(IVsCompletionSet, UInt32) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
UpdateCompletionStatus(IVsCompletionSet, UInt32) |
|
.gif) |
UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32) |
|
.gif) |
UpdateTipWindow(IVsTipWindow, UInt32) |
(Inherited from IVsIntellisenseHost_Corrected.) |
.gif) |
UpdateTipWindow(IVsTipWindow, UInt32) |
|
Top
See Also
Reference
Microsoft.VisualStudio.TextManager.Interop Namespace