IVsThreadedWaitDialogFactory.CreateInstance(IVsThreadedWaitDialog2) Methode

Definition

Erstellt Instanzen von im Diskussionsfaden-Wartevorgangsdialogfeldern.

public:
 int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ % ppIVsThreadedWaitDialog);
public:
 int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ &  ppIVsThreadedWaitDialog);
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 const & & ppIVsThreadedWaitDialog);
public int CreateInstance (out Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2 ppIVsThreadedWaitDialog);
abstract member CreateInstance :  -> int
Public Function CreateInstance (ByRef ppIVsThreadedWaitDialog As IVsThreadedWaitDialog2) As Integer

Parameter

ppIVsThreadedWaitDialog
IVsThreadedWaitDialog2

Die IVsThreadedWaitDialog2-Schnittstelle.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

Diese Methode stellt Instanzen von IVsThreadedWaitDialog und bereit IVsThreadedWaitDialog2 .

Gilt für