IVsThreadedWaitDialogFactory Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D10D92B6-D073-456F-8A26-B63811202B21")> _
Public Interface IVsThreadedWaitDialogFactory
'Uso
Dim instance As 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