DataConnectionUIControl.LoadProperties Method
Loads the properties of controls on the Data Connection dialog box.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Sub LoadProperties
public virtual void LoadProperties()
public:
virtual void LoadProperties()
abstract LoadProperties : unit -> unit
override LoadProperties : unit -> unit
public function LoadProperties()
Implements
IDataConnectionUIControl.LoadProperties()
Remarks
The connection UI control should assert that a DataConnectionProperties instance is available and populate controls based on values contained in this instance.
.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.