다음을 통해 공유


IVsFontAndColorEvents.OnApply Method

Called by the environment when user has clicked the OK or Apply button on the Fonts and Colors property page in the Options dialog box.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Function OnApply As Integer
‘사용 방법
Dim instance As IVsFontAndColorEvents
Dim returnValue As Integer

returnValue = instance.OnApply()
int OnApply()
int OnApply()
abstract OnApply : unit -> int 
function OnApply() : int

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsFontAndColorEvents Interface

IVsFontAndColorEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace