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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.