Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As IVsDataConnectionDialog
instance.LoadProviderSelections()
void LoadProviderSelections()
void LoadProviderSelections()
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.
See Also
Reference
IVsDataConnectionDialog Interface