IVsTextViewEx.SetBackgroundColorIndex (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 SetBackgroundColorIndex ( _
iBackgroundIndex As Integer _
) As Integer
int SetBackgroundColorIndex(
int iBackgroundIndex
)
int SetBackgroundColorIndex(
[InAttribute] int iBackgroundIndex
)
abstract SetBackgroundColorIndex :
iBackgroundIndex:int -> int
function SetBackgroundColorIndex(
iBackgroundIndex : int
) : int
Parámetros
- iBackgroundIndex
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
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)