AdvancedPage Class

Definition

Registers a language service property page.

public ref class AdvancedPage : RadLangSvc::SqlDialogPage
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("7d092b67-f9b8-4de4-a60e-298bada6f735")]
public class AdvancedPage : RadLangSvc.SqlDialogPage
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("7d092b67-f9b8-4de4-a60e-298bada6f735")>]
type AdvancedPage = class
    inherit SqlDialogPage
Public Class AdvancedPage
Inherits SqlDialogPage
Inheritance
AdvancedPage
Attributes

Constructors

AdvancedPage()

Initializes a new instance of the AdvancedPage class.

Properties

AutomationObject

Gets the DTE automation model object for a given object of a SqlDialogPage class.

(Inherited from SqlDialogPage)
PropertySheet

Gets SqlPropertySheet object if one exists; otherwise, creates a SqlPropertySheet object.

(Inherited from SqlDialogPage)
Window

Gets the user interface window of the dialog page.

(Inherited from SqlDialogPage)

Methods

CreatePropertySheet()

Creates a SqlPropertySheet object and returns it.

LoadSettingsFromStorage()

Override called by shell to load dialog page settings from local storage, generally the registry.

(Inherited from SqlDialogPage)
LoadSettingsFromXml(IVsSettingsReader)

Called by Visual Studio Shell to load dialog page settings from the Visual Studio shell settings storage on disk.

(Inherited from SqlDialogPage)
OnActivate(CancelEventArgs)

Handles Windows Activate messages from the Visual Studio shell environment.

(Inherited from SqlDialogPage)
OnApply(DialogPage+PageApplyEventArgs)

Handles Apply messages from the Visual Studio environment.

(Inherited from SqlDialogPage)
OnDeactivate(CancelEventArgs)

Handles Deactivate messages from the Visual Studio shell environment.

(Inherited from SqlDialogPage)
ResetSettings()

Resets settings to their default values.

(Inherited from SqlDialogPage)

Applies to