FontAndColorProviderBase.IVsFontAndColorEvents.OnResetToBaseCategory Method
Resets to base. Not implemented.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Private Function OnResetToBaseCategory ( _
ByRef guid As Guid _
) As Integer Implements IVsFontAndColorEvents.OnResetToBaseCategory
'Usage
Dim instance As FontAndColorProviderBase
Dim guid As Guid
Dim returnValue As Integer
returnValue = CType(instance, IVsFontAndColorEvents).OnResetToBaseCategory(guid)
int IVsFontAndColorEvents.OnResetToBaseCategory(
ref Guid guid
)
private:
virtual int OnResetToBaseCategory(
Guid% guid
) sealed = IVsFontAndColorEvents::OnResetToBaseCategory
private abstract OnResetToBaseCategory :
guid:Guid byref -> int
private override OnResetToBaseCategory :
guid:Guid byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- guid
Type: System.Guid%
A pointer to Guid.
Return Value
Type: System.Int32
An integer value.
Implements
IVsFontAndColorEventsOnResetToBaseCategory(Guid)
See Also
Reference
FontAndColorProviderBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace