IVsFontAndColorEvents.OnReset(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the environment whenever the items in the Display Items list are reset to their default values.
public:
int OnReset(Guid % rguidCategory);
public int OnReset (ref Guid rguidCategory);
abstract member OnReset : Guid -> int
Public Function OnReset (ByRef rguidCategory As Guid) As Integer
Parameters
- rguidCategory
- Guid
[in] Specifies the GUID of the Category.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsFontAndColorEvents::OnReset(
[in] REFGUID rguidCategory
);