Sdílet prostřednictvím


Metoda IVsFontAndColorCacheManager.RefreshCache (Guid)

 

Platnost Visual Studio v prostředí aktualizace mezipaměti písma a barvy informací aktuálními daty stavu dané kategorie.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntaxe

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

Parametry

  • rguidCategory
    Type: System.Guid

    [v] Určuje identifikátor GUID kategorii Zobrazit položky jehož informace uložené v mezipaměti je potřeba aktualizovat.

Návratová hodnota

Type: System.Int32

Pokud je metoda úspěšná, vrátí S_OK. Pokud selže, vrátí kód chyby.

Poznámky

Podpis modelu COM

Z vsshell80.idl:

HRESULT IVsFontAndColorCacheManager::RefreshCache(
   [in] REFGUID rguidCategory
);

Viz také

IVsFontAndColorCacheManager
Obory názvů Microsoft.VisualStudio.Shell.Interop
Použití písma a barvy

Zpět na začátek