OnApply Method

Detect whether any settings have changed and whether or not they require a global or local refresh when DialogPage class OnApply gets called.

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

Syntax

'Declaration
Public Overrides Sub OnApply
'Usage
Dim instance As AdvancedOptions

instance.OnApply()
public override void OnApply()
public:
virtual void OnApply() override
abstract OnApply : unit -> unit 
override OnApply : unit -> unit 
public override function OnApply()

See Also

Reference

AdvancedOptions Class

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace