Share via


IVsDataConnectionDialog.LoadProviderSelections Method

Loads information about which DDEX provider is selected by default for each data source.

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

Syntax

'Declaration
Sub LoadProviderSelections
void LoadProviderSelections()
void LoadProviderSelections()
abstract LoadProviderSelections : unit -> unit 
function LoadProviderSelections()

Remarks

When the Choose Data Source dialog is showing, it provides a list of data sources and a drop-down list 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 box.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace