Compartir a través de


IVsImmediateStatementCompletion2.EnableStatementCompletion_Deprecated (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_Deprecated ( _
    fEnable As Integer, _
    iStartIndex As Integer, _
    iEndIndex As Integer _
) As Integer
int EnableStatementCompletion_Deprecated(
    int fEnable,
    int iStartIndex,
    int iEndIndex
)
int EnableStatementCompletion_Deprecated(
    [InAttribute] int fEnable, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndIndex
)
abstract EnableStatementCompletion_Deprecated : 
        fEnable:int * 
        iStartIndex:int * 
        iEndIndex:int -> int
function EnableStatementCompletion_Deprecated(
    fEnable : int, 
    iStartIndex : int, 
    iEndIndex : int
) : 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)