Partager via


IVsImmediateStatementCompletion2.EnableStatementCompletion, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • fEnable
    Type : Int32
  • iStartIndex
    Type : Int32
  • iEndIndex
    Type : Int32

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsImmediateStatementCompletion2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms