UIElementDialogPage Methods

 

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

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

Return to top
Show: