DataConnectionDialog.LoadProviderSelections Method
Loads information about which DDEX provider is selected by default for each data source.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride Sub LoadProviderSelections
public abstract void LoadProviderSelections()
public:
virtual void LoadProviderSelections() abstract
abstract LoadProviderSelections : unit -> unit
public abstract function LoadProviderSelections()
Remarks
When the choose data source dialog is showing, it provides a list of data sources and a dropdown of possible DDEX providers for each data source. This method pre-selects the current provider selected for each data source as stored by calling SaveProviderSelections on a previous instance of the data connection dialog.
.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.