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.
The factory to create threaded wait dialogs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D10D92B6-D073-456F-8A26-B63811202B21")> _
Public Interface IVsThreadedWaitDialogFactory
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D10D92B6-D073-456F-8A26-B63811202B21")]
public interface IVsThreadedWaitDialogFactory
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D10D92B6-D073-456F-8A26-B63811202B21")]
public interface class IVsThreadedWaitDialogFactory
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D10D92B6-D073-456F-8A26-B63811202B21")>]
type IVsThreadedWaitDialogFactory = interface end
public interface IVsThreadedWaitDialogFactory
The IVsThreadedWaitDialogFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateInstance | Creates instances of threaded wait dialogs. |
Top
Remarks
The original SVsThreadedWaitDialog service is now obsolete and is replaced by the SVsThreadedWaitDialogFactory service.