ThreadedWaitDialogHelper::CreateInstance Method (IVsThreadedWaitDialogFactory^)

Visual Studio 2015
 

Creates an instance of the threaded wait dialog.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
[ExtensionAttribute]
static IVsThreadedWaitDialog4^ CreateInstance(
	IVsThreadedWaitDialogFactory^ factory
)

Parameters

factory
Type: Microsoft.VisualStudio.Shell.Interop::IVsThreadedWaitDialogFactory^

The threaded wait dialog factory.

Return to top
Show: