IVsIntellisenseHost_Corrected 接口

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

语法

声明
<GuidAttribute("0377986B-C450-453C-A7BE-67116C9129A6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseHost_Corrected _
    Inherits IOleCommandTarget
[GuidAttribute("0377986B-C450-453C-A7BE-67116C9129A6")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseHost_Corrected : IOleCommandTarget
[GuidAttribute(L"0377986B-C450-453C-A7BE-67116C9129A6")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseHost_Corrected : IOleCommandTarget
[<GuidAttribute("0377986B-C450-453C-A7BE-67116C9129A6")>]
[<InterfaceTypeAttribute()>]
type IVsIntellisenseHost_Corrected =  
    interface 
        interface IOleCommandTarget 
    end
public interface IVsIntellisenseHost_Corrected extends IOleCommandTarget

IVsIntellisenseHost_Corrected 类型公开以下成员。

方法

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

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间