UIElementDialogPage Methods
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| 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.) |

