IVsImmediateStatementCompletion2-Schnittstelle
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
Der IVsImmediateStatementCompletion2-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
EnableStatementCompletion | ||
EnableStatementCompletion_Deprecated | ||
GetFilter | ||
InstallStatementCompletion | ||
SetCompletionContext | ||
SetCompletionContext_Deprecated |
Zum Seitenanfang