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.

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

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.VisualStudio.Shell.DialogPage
        Microsoft.VisualStudio.Shell.UIElementDialogPage

[ComVisibleAttribute(true)]
public abstract class UIElementDialogPage : DialogPage

NameDescription
System_CAPS_protmethodUIElementDialogPage()

Initializes a new instance of the UIElementDialogPage class.

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.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(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.)

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_protmethodGetSharedSettingsStorePath(PropertyDescriptor)

Gets the shared settings store path for the given property.(Inherited from DialogPage.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodIsPropertyValueMachineLocal(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.)

System_CAPS_pubmethodLoadSettingsFromStorage()

Called by Visual Studio to load the settings of a dialog page from local storage, generally the registry.(Inherited from DialogPage.)

System_CAPS_pubmethodLoadSettingsFromXml(IVsSettingsReader)

Called by Visual Studio to load the settings of a dialog page from the Visual Studio settings storage on disk.(Inherited from DialogPage.)

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 environment.(Inherited from DialogPage.)

System_CAPS_protmethodOnApply(DialogPage.PageApplyEventArgs)

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

System_CAPS_protmethodOnClosed(EventArgs)

Handles Close messages from the Visual Studio environment.(Inherited from DialogPage.)

System_CAPS_protmethodOnDeactivate(CancelEventArgs)

Handles Deactive messages from the Visual Studio environment.(Inherited from DialogPage.)

System_CAPS_pubmethodResetSettings()

Should be overridden to reset settings to their default values.(Inherited from DialogPage.)

System_CAPS_pubmethodSaveSettingsToStorage()

Called by Visual Studio to store the settings of a dialog page in local storage, typically the registry.(Inherited from DialogPage.)

System_CAPS_pubmethodSaveSettingsToXml(IVsSettingsWriter)

Called by Visual Studio to store the settings of a dialog page to the Visual Studio settings storage on disk.(Inherited from DialogPage.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDialogKeyPendingEvent

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.

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: