IVsImmediateStatementCompletion2 接口

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("58F03D6E-F781-4E44-BD88-3BDE817CBDCD")> _
Public Interface IVsImmediateStatementCompletion2 _
    Inherits IVsImmediateStatementCompletion
[InterfaceTypeAttribute()]
[GuidAttribute("58F03D6E-F781-4E44-BD88-3BDE817CBDCD")]
public interface IVsImmediateStatementCompletion2 : IVsImmediateStatementCompletion
[InterfaceTypeAttribute()]
[GuidAttribute(L"58F03D6E-F781-4E44-BD88-3BDE817CBDCD")]
public interface class IVsImmediateStatementCompletion2 : IVsImmediateStatementCompletion
[<InterfaceTypeAttribute()>]
[<GuidAttribute("58F03D6E-F781-4E44-BD88-3BDE817CBDCD")>]
type IVsImmediateStatementCompletion2 =  
    interface 
        interface IVsImmediateStatementCompletion 
    end
public interface IVsImmediateStatementCompletion2 extends IVsImmediateStatementCompletion

IVsImmediateStatementCompletion2 类型公开以下成员。

方法

  名称 说明
公共方法 EnableStatementCompletion
公共方法 EnableStatementCompletion_Deprecated
公共方法 GetFilter
公共方法 InstallStatementCompletion
公共方法 SetCompletionContext
公共方法 SetCompletionContext_Deprecated

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间