Método IVsTextStorage.Storage_RefreshColorization
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De textmgr.idl:
HRESULT IVsTextStorage::Storage_RefreshColorization(
[in] long iTopLine,
[in] long iBotLine,
[out] long *piLastAffectedLine
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.