Condividi tramite


IVsTextViewIntellisenseHost_Corrected Interface

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Syntax

'Dichiarazione
<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

  Name Description
Public method AfterCompletorCommit() (Inherited from IVsIntellisenseHost_Corrected.)
Public method AfterCompletorCommit()
Public method BeforeCompletorCommit() (Inherited from IVsIntellisenseHost_Corrected.)
Public method BeforeCompletorCommit()
Public method Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr) (Inherited from IVsIntellisenseHost_Corrected.)
Public method Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)
Public method GetContextBuffer(IVsTextLines%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetContextBuffer(IVsTextLines%)
Public method GetContextCaretPos(Int32%, Int32%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetContextCaretPos(Int32%, Int32%)
Public method GetContextFocalPoint(array<TextSpan[], Int32%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetContextFocalPoint(array<TextSpan[], Int32%)
Public method GetContextLocation(Int32, Int32, Int32, array<RECT[], Int32%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetContextLocation(Int32, Int32, Int32, array<RECT[], Int32%)
Public method GetContextSelection(array<TextSpan[]) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetContextSelection(array<TextSpan[])
Public method GetHostFlags(UInt32%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetHostFlags(UInt32%)
Public method GetHostWindow(IntPtr%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetHostWindow(IntPtr%)
Public method GetServiceProvider(IServiceProvider%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetServiceProvider(IServiceProvider%)
Public method GetSmartTagRect(array<RECT[]) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetSmartTagRect(array<RECT[])
Public method GetSubjectCaretPos(Int32%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetSubjectCaretPos(Int32%)
Public method GetSubjectSelection(Int32%, Int32%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetSubjectSelection(Int32%, Int32%)
Public method GetSubjectText(String%) (Inherited from IVsIntellisenseHost_Corrected.)
Public method GetSubjectText(String%)
Public method HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[]) (Inherited from IVsIntellisenseHost_Corrected.)
Public method HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[])
Public method QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr) (Inherited from IVsIntellisenseHost_Corrected.)
Public method QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr)
Public method ReplaceSubjectTextSpan(Int32, Int32, String) (Inherited from IVsIntellisenseHost_Corrected.)
Public method ReplaceSubjectTextSpan(Int32, Int32, String)
Public method SetContextCaretPos(Int32, Int32) (Inherited from IVsIntellisenseHost_Corrected.)
Public method SetContextCaretPos(Int32, Int32)
Public method SetContextSelection(Int32, Int32, Int32, Int32) (Inherited from IVsIntellisenseHost_Corrected.)
Public method SetContextSelection(Int32, Int32, Int32, Int32)
Public method SetSubjectCaretPos(Int32) (Inherited from IVsIntellisenseHost_Corrected.)
Public method SetSubjectCaretPos(Int32)
Public method SetSubjectFromPrimaryBuffer
Public method SetSubjectSelection(Int32, Int32) (Inherited from IVsIntellisenseHost_Corrected.)
Public method SetSubjectSelection(Int32, Int32)
Public method UpdateCompletionStatus(IVsCompletionSet, UInt32) (Inherited from IVsIntellisenseHost_Corrected.)
Public method UpdateCompletionStatus(IVsCompletionSet, UInt32)
Public method UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32) (Inherited from IVsIntellisenseHost_Corrected.)
Public method UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32)
Public method UpdateTipWindow(IVsTipWindow, UInt32) (Inherited from IVsIntellisenseHost_Corrected.)
Public method UpdateTipWindow(IVsTipWindow, UInt32)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace