DataConnectionPromptDialog.LoadProperties Method

Loads properties from the IVsDataConnectionSupport current object instance used in this class into the dialog box controls.

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

Syntax

Protected Overridable Sub LoadProperties

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

Remarks

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

This method is called when the dialog box is loaded by OnLoad.

Permissions

See Also

Reference

DataConnectionPromptDialog Class

DataConnectionPromptDialog Members

Microsoft.VisualStudio.Data.Framework Namespace