FontAndColorProviderBase.IVsFontAndColorEvents.OnReset(Guid) 方法

定义

指示要清除参数标识的 guid 项的更改。

 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

参数

guid
Guid

一个指向 Guid 的指针。

返回

返回结果值。

实现

适用于