IVsUpdateSolutionEvents2.UpdateProjectCfg_Done(IVsHierarchy, IVsCfg, IVsCfg, UInt32, Int32, Int32) Methode

Definition

Wird aufgerufen, direkt nachdem die Erstellung einer Projektkonfiguration vollständig ist.

public:
 int UpdateProjectCfg_Done(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierProj, Microsoft::VisualStudio::Shell::Interop::IVsCfg ^ pCfgProj, Microsoft::VisualStudio::Shell::Interop::IVsCfg ^ pCfgSln, System::UInt32 dwAction, int fSuccess, int fCancel);
public:
 int UpdateProjectCfg_Done(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierProj, Microsoft::VisualStudio::Shell::Interop::IVsCfg ^ pCfgProj, Microsoft::VisualStudio::Shell::Interop::IVsCfg ^ pCfgSln, unsigned int dwAction, int fSuccess, int fCancel);
int UpdateProjectCfg_Done(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierProj, Microsoft::VisualStudio::Shell::Interop::IVsCfg const & pCfgProj, Microsoft::VisualStudio::Shell::Interop::IVsCfg const & pCfgSln, unsigned int dwAction, int fSuccess, int fCancel);
public int UpdateProjectCfg_Done (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierProj, Microsoft.VisualStudio.Shell.Interop.IVsCfg pCfgProj, Microsoft.VisualStudio.Shell.Interop.IVsCfg pCfgSln, uint dwAction, int fSuccess, int fCancel);
abstract member UpdateProjectCfg_Done : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * Microsoft.VisualStudio.Shell.Interop.IVsCfg * Microsoft.VisualStudio.Shell.Interop.IVsCfg * uint32 * int * int -> int
Public Function UpdateProjectCfg_Done (pHierProj As IVsHierarchy, pCfgProj As IVsCfg, pCfgSln As IVsCfg, dwAction As UInteger, fSuccess As Integer, fCancel As Integer) As Integer

Parameter

pHierProj
IVsHierarchy

[in] Zeiger auf ein Hierarchieprojektobjekt.

pCfgProj
IVsCfg

[in] Zeiger auf ein Konfigurationsprojektobjekt.

pCfgSln
IVsCfg

[in] Zeiger auf ein Konfigurationsprojektmappenobjekt.

dwAction
UInt32

[in] Doppelwort, das die Aktion enthält.

fSuccess
Int32

[in] Flag zur Angabe von Erfolg.

fCancel
Int32

[in] Flag zur Angabe von "Abbrechen".

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 IVsUpdateSolutionEvents2::UpdateProjectCfg_Done(  
   [in] IVsHierarchy *pHierProj,  
   [in] IVsCfg *pCfgProj,  
   [in] IVsCfg *pCfgSln,  
   [in] DWORD dwAction,  
   [in] BOOL fSuccess,  
   [in] BOOL fCancel  
);  

Gilt für