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

'宣言
Protected Overridable Sub SaveProperties
'使用

Me.SaveProperties()
protected virtual void SaveProperties()
protected:
virtual void SaveProperties()
protected function SaveProperties()

Remarks

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

This method is called by OnFormClosing.

Permissions

See Also

Reference

DataConnectionPromptDialog Class

DataConnectionPromptDialog Members

Microsoft.VisualStudio.Data.Framework Namespace