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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("EE559C3D-0189-4F81-B088-C6CC6A394CA1")> _
Public Interface IVsAsyncEnumCallback
‘사용 방법
Dim instance As IVsAsyncEnumCallback
[InterfaceTypeAttribute()]
[GuidAttribute("EE559C3D-0189-4F81-B088-C6CC6A394CA1")]
public interface IVsAsyncEnumCallback
[InterfaceTypeAttribute()]
[GuidAttribute(L"EE559C3D-0189-4F81-B088-C6CC6A394CA1")]
public interface class IVsAsyncEnumCallback
[<InterfaceTypeAttribute()>]
[<GuidAttribute("EE559C3D-0189-4F81-B088-C6CC6A394CA1")>]
type IVsAsyncEnumCallback =  interface end
public interface IVsAsyncEnumCallback

See Also

Reference

IVsAsyncEnumCallback Members

Microsoft.VisualStudio.Shell.Interop Namespace