Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Usage
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.
.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.
See Also
Reference
DataConnectionPromptDialog Class