Condividi tramite


Metodo IVsImmediateStatementCompletion.EnableStatementCompletion_Deprecated

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
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

Parametri

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

Valore restituito

Tipo: Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsImmediateStatementCompletion Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop