UIElementDialogPage Class
Provides seamless hosting of Windows Presentation Foundation (WPF) content inside a native dialog running an IsDialogMessage-style message loop. This class enables tabbing into and out of the WPF child window handle (HWND), and enables keyboard navigation within the WPF child HWND.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.VisualStudio.Shell.DialogPage
Microsoft.VisualStudio.Shell.UIElementDialogPage
| Name | Description | |
|---|---|---|
![]() | UIElementDialogPage() | Initializes a new instance of the UIElementDialogPage class. |
| Name | Description | |
|---|---|---|
![]() | AutomationObject | Gets the DTE automation model object for a given instance of a dialog page class.(Inherited from DialogPage.) |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | Child | Gets the Windows Presentation Foundation (WPF) child element to be hosted inside the dialog page. |
![]() | Container | (Inherited from Component.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | SettingsRegistryPath | Gets or sets the sub-key under the Visual Studio version-specific root for storing settings data for a dialog page.(Inherited from DialogPage.) |
![]() | SharedSettingsStorePath | 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.) |
![]() | Site | Gets or sets the site of the dialog page. Overrides the implementation inherited from Component.(Inherited from DialogPage.) |
![]() | Window | Gets the handle to the UI control hosted in the ToolsOption page.(Overrides DialogPage.Window.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by a dialog page class and optionally releases the managed resources; the parent class, Component supports unmanaged resources.(Inherited from DialogPage.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Component.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetService(Type) | (Inherited from Component.) |
![]() | GetSharedSettingsStorePath(PropertyDescriptor) | Gets the shared settings store path for the given property.(Inherited from DialogPage.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | IsPropertyValueMachineLocal(PropertyDescriptor, Object, String) | Determine whether a given value from a property on the AutomationObject is local to this machine (vs. being roamable to other machines),(Inherited from DialogPage.) |
![]() | LoadSettingsFromStorage() | Called by Visual Studio to load the settings of a dialog page from local storage, generally the registry.(Inherited from DialogPage.) |
![]() | LoadSettingsFromXml(IVsSettingsReader) | Called by Visual Studio to load the settings of a dialog page from the Visual Studio settings storage on disk.(Inherited from DialogPage.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | OnActivate(CancelEventArgs) | Handles Windows Activate messages from the Visual Studio environment.(Inherited from DialogPage.) |
![]() | OnApply(DialogPage.PageApplyEventArgs) | Handles Apply messages from the Visual Studio environment.(Inherited from DialogPage.) |
![]() | OnClosed(EventArgs) | Handles Close messages from the Visual Studio environment.(Inherited from DialogPage.) |
![]() | OnDeactivate(CancelEventArgs) | Handles Deactive messages from the Visual Studio environment.(Inherited from DialogPage.) |
![]() | ResetSettings() | Should be overridden to reset settings to their default values.(Inherited from DialogPage.) |
![]() | SaveSettingsToStorage() | Called by Visual Studio to store the settings of a dialog page in local storage, typically the registry.(Inherited from DialogPage.) |
![]() | SaveSettingsToXml(IVsSettingsWriter) | Called by Visual Studio to store the settings of a dialog page to the Visual Studio settings storage on disk.(Inherited from DialogPage.) |
![]() | ToString() | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() ![]() | DialogKeyPendingEvent | Routed event used to determine whether or not key input in the dialog should be handled by the dialog or by the content of this page. If this event is marked as handled, the key press is handled by the content and DLGC_WANTALLKEYS is returned from WM_GETDLGCODE. If the event is not handled, then only arrow keys, tabbing, and character input is handled in this dialog page. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






