IVsDataSourceFactory Interface
Visual Studio 2015
Implemented by packages that supply their own Data source factories.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetDataSource(Guid, UInt32, IVsUIDataSource) | Returns a data source. |
This interface is implemented by the shell as the SVsDataSourceFactory service. Data source factories must be registered under the UIDataSourceProviders sub-key in the Windows registry. In addition, the package must call RegisterDataSourceFactory in the SetSite method.
Show:
