Share via


DataConnectionPromptDialog.SaveProperties Method

Saves properties from the prompt dialog box to the IVsDataConnectionSupport current object instance used in this class.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overridable Sub SaveProperties
protected virtual void SaveProperties()
protected:
virtual void SaveProperties()
abstract SaveProperties : unit -> unit  
override SaveProperties : unit -> unit
protected function SaveProperties()

Remarks

The current implementation does nothing. The derived class should override this method.

This method is called by OnFormClosing.

.NET Framework Security

See Also

Reference

DataConnectionPromptDialog Class

Microsoft.VisualStudio.Data.Framework Namespace