Share via


IVsImmediateStatementCompletion2.EnableStatementCompletion Method

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

Syntax

'Declaration
Function EnableStatementCompletion ( _
    fEnable As Integer, _
    iStartIndex As Integer, _
    iEndIndex As Integer, _
    pTextView As IVsTextView _
) As Integer
int EnableStatementCompletion(
    int fEnable,
    int iStartIndex,
    int iEndIndex,
    IVsTextView pTextView
)
int EnableStatementCompletion(
    [InAttribute] int fEnable, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndIndex, 
    [InAttribute] IVsTextView^ pTextView
)
abstract EnableStatementCompletion : 
        fEnable:int * 
        iStartIndex:int * 
        iEndIndex:int * 
        pTextView:IVsTextView -> int 
function EnableStatementCompletion(
    fEnable : int, 
    iStartIndex : int, 
    iEndIndex : int, 
    pTextView : IVsTextView
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsImmediateStatementCompletion2 Interface

Microsoft.VisualStudio.TextManager.Interop Namespace