Metodo IVsTextViewEx.SetBackgroundColorIndex
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
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
Parametri
- iBackgroundIndex
Tipo: Int32
Valore restituito
Tipo: Int32
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.