Compartir a través de


IVsImmediateStatementCompletion2.EnableStatementCompletion (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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

Parámetros

  • fEnable
    Tipo: Int32
  • iStartIndex
    Tipo: Int32
  • iEndIndex
    Tipo: Int32

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsImmediateStatementCompletion2 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)