IVsThreadedWaitDialogFactory::CreateInstance Method (IVsThreadedWaitDialog2^)

 

Creates instances of threaded wait dialogs.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int CreateInstance(
	[OutAttribute] IVsThreadedWaitDialog2^% ppIVsThreadedWaitDialog
)

Parameters

ppIVsThreadedWaitDialog
Type: Microsoft.VisualStudio.Shell.Interop::IVsThreadedWaitDialog2^

The IVsThreadedWaitDialog2 interface.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

This method provides instances of IVsThreadedWaitDialog and IVsThreadedWaitDialog2.

Return to top
Show: