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 OnApply As Integer Implements IVsFontAndColorEvents.OnApply
'Usage
Dim instance As FontAndColorProviderBase
Dim returnValue As Integer

returnValue = CType(instance, IVsFontAndColorEvents).OnApply()
int IVsFontAndColorEvents.OnApply()
private:
virtual int OnApply() sealed = IVsFontAndColorEvents::OnApply
private abstract OnApply : unit -> int 
private override OnApply : unit -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System..::..Int32

Implements

IVsFontAndColorEventsOnApply()()()()

See Also

Reference

FontAndColorProviderBase Class

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