AdvancedPage Class

 

Registers a language service property page.

Namespace:   RadLangSvc
Assembly:  RadLangSvc (in RadLangSvc.dll)

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.VisualStudio.Shell::DialogPage
        RadLangSvc::SqlDialogPage
          RadLangSvc::AdvancedPage

[GuidAttribute("7d092b67-f9b8-4de4-a60e-298bada6f735")]
[ComVisibleAttribute(true)]
public ref class AdvancedPage : SqlDialogPage

NameDescription
System_CAPS_pubmethodAdvancedPage()

Initializes a new instance of the AdvancedPage class.

NameDescription
System_CAPS_pubpropertyAutomationObject

Gets the DTE automation model object for a given object of a SqlDialogPage class.(Inherited from SqlDialogPage.)

System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_protpropertyPropertySheet

Gets SqlPropertySheet object if one exists; otherwise, creates a SqlPropertySheet object.(Inherited from SqlDialogPage.)

System_CAPS_protpropertySettingsRegistryPath

(Inherited from DialogPage.)

System_CAPS_pubpropertySite

(Inherited from DialogPage.)

System_CAPS_protpropertyWindow

Gets the user interface window of the dialog page.(Inherited from SqlDialogPage.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodCreatePropertySheet()

Creates a SqlPropertySheet object and returns it.(Overrides SqlDialogPage::CreatePropertySheet().)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from DialogPage.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodLoadSettingsFromStorage()

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

System_CAPS_pubmethodLoadSettingsFromXml(IVsSettingsReader^)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodOnActivate(CancelEventArgs^)

Handles Windows Activate messages from the Visual Studio shell environment.(Inherited from SqlDialogPage.)

System_CAPS_protmethodOnApply(DialogPage::PageApplyEventArgs^)

Handles Apply messages from the Visual Studio environment.(Inherited from SqlDialogPage.)

System_CAPS_protmethodOnClosed(EventArgs^)

(Inherited from DialogPage.)

System_CAPS_protmethodOnDeactivate(CancelEventArgs^)

Handles Deactivate messages from the Visual Studio shell environment.(Inherited from SqlDialogPage.)

System_CAPS_pubmethodResetSettings()

Resets settings to their default values.(Inherited from SqlDialogPage.)

System_CAPS_pubmethodSaveSettingsToStorage()

(Inherited from DialogPage.)

System_CAPS_pubmethodSaveSettingsToXml(IVsSettingsWriter^)

(Inherited from DialogPage.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: