Método IVsFontAndColorCacheManager.ClearCache (Guid)
Publicado: agosto de 2016
Limpa as informações de estado de uma determinada categoria de fontes e cores cache.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int ClearCache(
[InAttribute] ref Guid rguidCategory
)
int ClearCache(
[InAttribute] Guid% rguidCategory
)
abstract ClearCache :
rguidCategory:Guid byref -> int
Function ClearCache (
<InAttribute> ByRef rguidCategory As Guid
) As Integer
Parâmetros
rguidCategory
Type: System.Guid[in] Especifica o GUID da categoria de Exibir itens cujas informações em cache deve ser limpo.
Valor Retornado
Type: System.Int32
Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell80.idl:
HRESULT IVsFontAndColorCacheManager::ClearCache(
[in] REFGUID rguidCategory
);
Confira Também
IVsFontAndColorCacheManager
Namespace Microsoft.VisualStudio.Shell.Interop
Usando fontes e cores
Retornar ao início