IVsFontAndColorStorage::RemoveCategory Method (Guid)
Visual Studio 2015
Deletes saved data for a Category from the registry.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- rguidCategory
-
Type:
System::Guid
[in] The GUID of the Category.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsFontAndColorStorage::RemoveCategory(
[in] REFGUID rguidCategory
);
This method provides an easy way to revert the settings of a Category to their default values.
If a Category is open, IVsFontAndColorStorage.RemoveCategory will attempt to close the Category before returning it to its original state.
Show: