IVsRegisterDataSourceFactories 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.
Registers data source factories for the shell.
public interface class IVsRegisterDataSourceFactories : Microsoft::VisualStudio::Shell::Interop::IVsDataSourceFactory
public interface class IVsRegisterDataSourceFactories : Microsoft::VisualStudio::Shell::Interop::IVsDataSourceFactory
__interface IVsRegisterDataSourceFactories : Microsoft::VisualStudio::Shell::Interop::IVsDataSourceFactory
[System.Runtime.InteropServices.Guid("113592FE-DEE5-48AD-9D66-5B26794A4003")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRegisterDataSourceFactories : Microsoft.VisualStudio.Shell.Interop.IVsDataSourceFactory
[<System.Runtime.InteropServices.Guid("113592FE-DEE5-48AD-9D66-5B26794A4003")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRegisterDataSourceFactories = interface
interface IVsDataSourceFactory
Public Interface IVsRegisterDataSourceFactories
Implements IVsDataSourceFactory
- Attributes
- Implements
Remarks
Some members of this interface are safe to access from any thread.
Methods
GetDataSource(Guid, UInt32, IVsUIDataSource) |
Returns an interface for the data source. |
RegisterDataSourceFactory(Guid, IVsDataSourceFactory) |
Registers this data source factory with the global service. |