IVsUpdateSolutionEvents.UpdateSolution_Done(Int32, Int32, Int32) Methode

Definition

Wird aufgerufen, wenn ein Build erstellt wurde.

public:
 int UpdateSolution_Done(int fSucceeded, int fModified, int fCancelCommand);
public:
 int UpdateSolution_Done(int fSucceeded, int fModified, int fCancelCommand);
int UpdateSolution_Done(int fSucceeded, int fModified, int fCancelCommand);
public int UpdateSolution_Done (int fSucceeded, int fModified, int fCancelCommand);
abstract member UpdateSolution_Done : int * int * int -> int
Public Function UpdateSolution_Done (fSucceeded As Integer, fModified As Integer, fCancelCommand As Integer) As Integer

Parameter

fSucceeded
Int32

[in] true, wenn keine Aktualisierungsaktionen fehlgeschlagen sind.

fModified
Int32

[in] true, wenn eine Aktualisierungsaktion erfolgreich durchgeführt wurde.

fCancelCommand
Int32

[in] true, wenn Aktualisierungsaktionen abgebrochen wurden.

Gibt zurück

Int32

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

Hinweise

COM-Signatur

Aus vsshell. idl:

HRESULT IVsUpdateSolutionEvents::UpdateSolution_Done(  
   [in] BOOL fSucceeded,  
   [in] BOOL fModified,  
   [in] BOOL fCancelCommand  
);  

Gilt für