Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
Function OnApply As Integer
'Uso
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.