FontAndColorProviderBase.IVsFontAndColorEvents.OnReset(Guid) Method

Definition

Indicates the changes to clear to an item identified by the guid parameter.

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

Parameters

guid
Guid

A pointer to Guid.

Returns

Returns the result value.

Implements

Applies to