IVsTextStorage.Storage_RefreshColorization (Método)
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
Function Storage_RefreshColorization ( _
iTopLine As Integer, _
iBotLine As Integer, _
<OutAttribute> ByRef piLastAffectedLine As Integer _
) As Integer
int Storage_RefreshColorization(
int iTopLine,
int iBotLine,
out int piLastAffectedLine
)
int Storage_RefreshColorization(
[InAttribute] int iTopLine,
[InAttribute] int iBotLine,
[OutAttribute] int% piLastAffectedLine
)
abstract Storage_RefreshColorization :
iTopLine:int *
iBotLine:int *
piLastAffectedLine:int byref -> int
function Storage_RefreshColorization(
iTopLine : int,
iBotLine : int,
piLastAffectedLine : int
) : int
Parámetros
iTopLine
Tipo: Int32[in]
iBotLine
Tipo: Int32[in]
piLastAffectedLine
Tipo: Int32%[out]
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr.idl:
HRESULT IVsTextStorage::Storage_RefreshColorization(
[in] long iTopLine,
[in] long iBotLine,
[out] long *piLastAffectedLine
);
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)