FontAndColorProviderBase.IVsFontAndColorEvents.OnResetToBaseCategory Method

Definition

Resets the setting to base. Not implemented.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorEvents.OnResetToBaseCategory(Guid % guid) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorEvents::OnResetToBaseCategory;
int IVsFontAndColorEvents.OnResetToBaseCategory (ref Guid guid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorEvents.OnResetToBaseCategory : Guid -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorEvents.OnResetToBaseCategory : Guid -> int
Function OnResetToBaseCategory (ByRef guid As Guid) As Integer Implements IVsFontAndColorEvents.OnResetToBaseCategory

Parameters

guid
Guid

A pointer to Guid.

Returns

The setting to reset to base.

Implements

Applies to