Método IVsFontAndColorCacheManager.RefreshCache (Guid)
Publicado: agosto de 2016
Força o Visual Studio ambiente para atualizar em cache fontes e cores informações com os dados do estado atual de uma determinada categoria.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int RefreshCache(
[InAttribute] ref Guid rguidCategory
)
int RefreshCache(
[InAttribute] Guid% rguidCategory
)
abstract RefreshCache :
rguidCategory:Guid byref -> int
Function RefreshCache (
<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 são atualizado.
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::RefreshCache(
[in] REFGUID rguidCategory
);
Confira Também
IVsFontAndColorCacheManager
Namespace Microsoft.VisualStudio.Shell.Interop
Usando fontes e cores
Retornar ao início