UIElementDialogPage Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyAutomationObject

Gets the DTE automation model object for a given instance of a dialog page class.(Inherited from DialogPage.)

System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_protpropertyChild

Gets the Windows Presentation Foundation (WPF) child element to be hosted inside the dialog page.

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_protpropertySettingsRegistryPath

Gets or sets the sub-key under the Visual Studio version-specific root for storing settings data for a dialog page.(Inherited from DialogPage.)

System_CAPS_protpropertySharedSettingsStorePath

Gets the location where the settings are stored in the shared settings store. It's based on the SharedSettingsAttribute on your AutomationObject, or the full type name if the attribute is not specified.(Inherited from DialogPage.)

System_CAPS_pubpropertySite

Gets or sets the site of the dialog page. Overrides the implementation inherited from Component.(Inherited from DialogPage.)

System_CAPS_protpropertyWindow

Gets the handle to the UI control hosted in the ToolsOption page.(Overrides DialogPage::Window.)

Return to top
Show: