IContinueCallback Interface
Provides a generic callback mechanism for interruptible processes that need to ask an object whether or not to continue. For more information, see IContinueCallback.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
<GuidAttribute("B722BCCA-4E68-101B-A2BC-00AA00404770")> _
<InterfaceTypeAttribute()> _
Public Interface IContinueCallback
Dim instance As IContinueCallback
[GuidAttribute("B722BCCA-4E68-101B-A2BC-00AA00404770")]
[InterfaceTypeAttribute()]
public interface IContinueCallback
[GuidAttribute(L"B722BCCA-4E68-101B-A2BC-00AA00404770")]
[InterfaceTypeAttribute()]
public interface class IContinueCallback
public interface IContinueCallback