IVsImmediateStatementCompletion2 Interface

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

Syntax

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

The IVsImmediateStatementCompletion2 type exposes the following members.

Methods

  Name Description
Public method EnableStatementCompletion
Public method EnableStatementCompletion_Deprecated
Public method GetFilter
Public method InstallStatementCompletion
Public method SetCompletionContext
Public method SetCompletionContext_Deprecated

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace