FontAndColorProviderBase.IVsFontAndColorEvents.OnApply Method
Applies font and color settings.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.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
An integer value.
Implements
IVsFontAndColorEventsOnApply
See Also
Reference
FontAndColorProviderBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace