SqlDialogPage Class

 

Dialog page used to create custom property page.

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

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

[ComVisibleAttribute(true)]
public ref class SqlDialogPage : DialogPage

NameDescription
System_CAPS_pubmethodSqlDialogPage()

Initializes a new instance of the SqlDialogPage class.

NameDescription
System_CAPS_pubpropertyAutomationObject

Gets the DTE automation model object for a given object of a SqlDialogPage class.(Overrides DialogPage::AutomationObject.)

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.

System_CAPS_protpropertySettingsRegistryPath

(Inherited from DialogPage.)

System_CAPS_pubpropertySite

(Inherited from DialogPage.)

System_CAPS_protpropertyWindow

Gets the user interface window of the dialog page.(Overrides DialogPage::Window.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodCreatePropertySheet()

Virtual method that creates a SqlPropertySheet object.

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.(Overrides DialogPage::LoadSettingsFromStorage().)

System_CAPS_pubmethodLoadSettingsFromXml(IVsSettingsReader^)

Called by Visual Studio Shell to load dialog page settings from the Visual Studio shell settings storage on disk.(Overrides DialogPage::LoadSettingsFromXml(IVsSettingsReader^).)

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.(Overrides DialogPage::OnActivate(CancelEventArgs^).)

System_CAPS_protmethodOnApply(DialogPage::PageApplyEventArgs^)

Handles Apply messages from the Visual Studio environment.(Overrides DialogPage::OnApply(DialogPage::PageApplyEventArgs^).)

System_CAPS_protmethodOnClosed(EventArgs^)

(Inherited from DialogPage.)

System_CAPS_protmethodOnDeactivate(CancelEventArgs^)

Handles Deactivate messages from the Visual Studio shell environment.(Overrides DialogPage::OnDeactivate(CancelEventArgs^).)

System_CAPS_pubmethodResetSettings()

Resets settings to their default values.(Overrides DialogPage::ResetSettings().)

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: