IVsImmediateStatementCompletion2.EnableStatementCompletion Method

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

Syntax

'宣言
Function EnableStatementCompletion ( _
    fEnable As Integer, _
    iStartIndex As Integer, _
    iEndIndex As Integer, _
    pTextView As IVsTextView _
) As Integer
'使用
Dim instance As IVsImmediateStatementCompletion2
Dim fEnable As Integer
Dim iStartIndex As Integer
Dim iEndIndex As Integer
Dim pTextView As IVsTextView
Dim returnValue As Integer

returnValue = instance.EnableStatementCompletion(fEnable, _
    iStartIndex, iEndIndex, pTextView)
int EnableStatementCompletion(
    int fEnable,
    int iStartIndex,
    int iEndIndex,
    IVsTextView pTextView
)
int EnableStatementCompletion(
    [InAttribute] int fEnable, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndIndex, 
    [InAttribute] IVsTextView^ pTextView
)
function EnableStatementCompletion(
    fEnable : int, 
    iStartIndex : int, 
    iEndIndex : int, 
    pTextView : IVsTextView
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsImmediateStatementCompletion2 Interface

IVsImmediateStatementCompletion2 Members

Microsoft.VisualStudio.TextManager.Interop Namespace