IVsAsyncEnumCallback Members
Include Protected Members
Include Inherited Members
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.
The IVsAsyncEnumCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnDataAvailable | Event fired when data is available without blocking. |
Top