IVsImmediateStatementCompletion2.EnableStatementCompletion (Método)
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxis
'Declaración
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
Parámetros
- fEnable
Tipo: Int32
- iStartIndex
Tipo: Int32
- iEndIndex
Tipo: Int32
- pTextView
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Valor devuelto
Tipo: Int32
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsImmediateStatementCompletion2 Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)