Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The factory to create threaded wait dialogs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
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.
.gif)