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 | |
---|---|---|
EnableStatementCompletion | ||
EnableStatementCompletion_Deprecated | ||
GetFilter | ||
InstallStatementCompletion | ||
SetCompletionContext | ||
SetCompletionContext_Deprecated |
Top