IVsDataSourceFactory Interface

 

Implemented by packages that supply their own Data source factories.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("24034437-CB2E-47DD-AE2B-14D56481A2F0")]
public interface IVsDataSourceFactory

NameDescription
System_CAPS_pubmethodGetDataSource(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.

Return to top
Show: