IVsAsyncDataSourceFactory 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.
public interface class IVsAsyncDataSourceFactory
public interface IVsAsyncDataSourceFactory
[System.Runtime.InteropServices.Guid("A50992ED-89E5-480E-880A-ADBB87995B09")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncDataSourceFactory
type IVsAsyncDataSourceFactory = interface
[<System.Runtime.InteropServices.Guid("A50992ED-89E5-480E-880A-ADBB87995B09")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncDataSourceFactory = interface
Public Interface IVsAsyncDataSourceFactory
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
GetDataSourceAsync(Guid, UInt32) |