IVsFontAndColorStorage::CloseCategory Method ()

 

Closes the registry key containing font and color information for the Display Items in the currently open Category.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int CloseCategory()

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

The Category 's registry entry must be opened with OpenCategory.

In addition to explicitly closing a Category by calling CloseCategory, a Category is closed automatically when:

Explicitly closing entries by calling CloseCategory is good practice as it ensures that no code reads from or writes to a Category that it is not supposed to.

Return to top
Show: