IVsAsyncEnumCallback Interface
Visual Studio 2015
Interface describing the callback method for an asynchronous enumerator uses to indicate the next item is available. You set the callback using the AdviseAsyncEnumCallback method of the IVsAsyncEnum interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnDataAvailable(UInt32, Int32, UInt32, UInt32) | Event fired when data is available without blocking. |
Show:
