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
'Declaration
Protected Overridable Sub LoadProperties
protected virtual void LoadProperties()
protected:
virtual void LoadProperties()
abstract LoadProperties : unit -> unit
override LoadProperties : unit -> unit
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.
.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.