IVsImmediateStatementCompletion2.EnableStatementCompletion Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
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
Parameters
- fEnable
Type: System.Int32
- iStartIndex
Type: System.Int32
- iEndIndex
Type: System.Int32
- pTextView
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.