Partilhar via


Método IVsImmediateStatementCompletion2.EnableStatementCompletion_Deprecated

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

Sintaxe

'Declaração
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 de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsImmediateStatementCompletion2 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop