OnSetActive Method

This member function is called when OnActivate and LoadSettingsFromStorage methods of DialogPage class is called by framework.

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

Syntax

'Declaration
Public Overridable Sub OnSetActive
'Usage
Dim instance As SqlPropertySheet

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

See Also

Reference

SqlPropertySheet Class

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace