Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables the client to receive events about changes to the threaded wait dialog.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("F5CAF6E8-AD40-4D9D-8366-A919F03CA969")> _
Public Interface IVsThreadedWaitDialogCallback
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("F5CAF6E8-AD40-4D9D-8366-A919F03CA969")]
public interface IVsThreadedWaitDialogCallback
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"F5CAF6E8-AD40-4D9D-8366-A919F03CA969")]
public interface class IVsThreadedWaitDialogCallback
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("F5CAF6E8-AD40-4D9D-8366-A919F03CA969")>]
type IVsThreadedWaitDialogCallback = interface end
public interface IVsThreadedWaitDialogCallback
The IVsThreadedWaitDialogCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnCanceled | Notification fired when user cancels the threaded wait dialog. |
Top