IVsAsyncEnumCallback Interface
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
<GuidAttribute("EE559C3D-0189-4F81-B088-C6CC6A394CA1")> _
<InterfaceTypeAttribute()> _
Public Interface IVsAsyncEnumCallback
'Utilisation
Dim instance As IVsAsyncEnumCallback
[GuidAttribute("EE559C3D-0189-4F81-B088-C6CC6A394CA1")]
[InterfaceTypeAttribute()]
public interface IVsAsyncEnumCallback
[GuidAttribute(L"EE559C3D-0189-4F81-B088-C6CC6A394CA1")]
[InterfaceTypeAttribute()]
public interface class IVsAsyncEnumCallback
public interface IVsAsyncEnumCallback