IVsTextViewIntellisenseHost_Corrected 接口

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.9.0(在 Microsoft.VisualStudio.TextManager.Interop.9.0.dll 中)

语法

声明
<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

IVsTextViewIntellisenseHost_Corrected 类型公开以下成员。

方法

  名称 说明
公共方法 AfterCompletorCommit
公共方法 BeforeCompletorCommit
公共方法 Exec
公共方法 GetContextBuffer
公共方法 GetContextCaretPos
公共方法 GetContextFocalPoint
公共方法 GetContextLocation
公共方法 GetContextSelection
公共方法 GetHostFlags
公共方法 GetHostWindow
公共方法 GetServiceProvider
公共方法 GetSmartTagRect
公共方法 GetSubjectCaretPos
公共方法 GetSubjectSelection
公共方法 GetSubjectText
公共方法 HighlightMatchingBrace
公共方法 QueryStatus
公共方法 ReplaceSubjectTextSpan
公共方法 SetContextCaretPos
公共方法 SetContextSelection
公共方法 SetSubjectCaretPos
公共方法 SetSubjectFromPrimaryBuffer
公共方法 SetSubjectSelection
公共方法 UpdateCompletionStatus
公共方法 UpdateSmartTagWindow
公共方法 UpdateTipWindow

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间