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
[<GuidAttribute("B722BCCA-4E68-101B-A2BC-00AA00404770")>]
[<InterfaceTypeAttribute()>]
type IContinueCallback =  interface end
public interface IContinueCallback

See Also

Reference

IContinueCallback Members

Microsoft.VisualStudio.OLE.Interop Namespace