Share via


. Method

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Private Function OnReset ( _
    ByRef guid As Guid _
) As Integer Implements IVsFontAndColorEvents.OnReset
'Usage
Dim instance As FontAndColorProviderBase
Dim guid As Guid
Dim returnValue As Integer

returnValue = CType(instance, IVsFontAndColorEvents).OnReset(guid)
int IVsFontAndColorEvents.OnReset(
    ref Guid guid
)
private:
virtual int OnReset(
    Guid% guid
) sealed = IVsFontAndColorEvents::OnReset
private abstract OnReset : 
        guid:Guid byref -> int 
private override OnReset : 
        guid:Guid byref -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System..::..Int32

Implements

IVsFontAndColorEventsOnReset(Guid%)

See Also

Reference

FontAndColorProviderBase Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace