IVsAsyncEnumCallback 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.
Interface describing the callback method for an asynchronous enumerator uses to indicate the next item is available. You set the callback using the AdviseAsyncEnumCallback(IVsAsyncEnumCallback, UInt32) method of the IVsAsyncEnum interface.
public interface class IVsAsyncEnumCallback
public interface class IVsAsyncEnumCallback
__interface IVsAsyncEnumCallback
[System.Runtime.InteropServices.Guid("EE559C3D-0189-4F81-B088-C6CC6A394CA1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAsyncEnumCallback
[System.Runtime.InteropServices.Guid("EE559C3D-0189-4F81-B088-C6CC6A394CA1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncEnumCallback
[<System.Runtime.InteropServices.Guid("EE559C3D-0189-4F81-B088-C6CC6A394CA1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAsyncEnumCallback = interface
[<System.Runtime.InteropServices.Guid("EE559C3D-0189-4F81-B088-C6CC6A394CA1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncEnumCallback = interface
Public Interface IVsAsyncEnumCallback
- Attributes
Methods
OnDataAvailable(UInt32, Int32, UInt32, UInt32) |
Event fired when data is available without blocking. |