IVsImmediateStatementCompletion2.EnableStatementCompletion_Deprecated (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_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
Parámetros
- fEnable
Tipo: Int32
- iStartIndex
Tipo: Int32
- iEndIndex
Tipo: Int32
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)