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
- 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.