IVsDataSourceFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implemented by packages that supply their own Data source factories.
public interface class IVsDataSourceFactory
public interface class IVsDataSourceFactory
__interface IVsDataSourceFactory
public interface IVsDataSourceFactory
[System.Runtime.InteropServices.Guid("24034437-CB2E-47DD-AE2B-14D56481A2F0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDataSourceFactory
type IVsDataSourceFactory = interface
[<System.Runtime.InteropServices.Guid("24034437-CB2E-47DD-AE2B-14D56481A2F0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDataSourceFactory = interface
Public Interface IVsDataSourceFactory
- Derived
- Attributes
Remarks
This interface must be accessed on the main thread.
Methods
GetDataSource(Guid, UInt32, IVsUIDataSource) |
Returns a data source. |