Metoda IVsUpdateSolutionEvents2.UpdateProjectCfg_Done — (IVsHierarchy, IVsCfg, IVsCfg, UInt32, Int32, Int32)
O nazwie zaraz po zakończeniu konfiguracji projekt budynku.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int UpdateProjectCfg_Done(
IVsHierarchy pHierProj,
IVsCfg pCfgProj,
IVsCfg pCfgSln,
uint dwAction,
int fSuccess,
int fCancel
)
int UpdateProjectCfg_Done(
IVsHierarchy^ pHierProj,
IVsCfg^ pCfgProj,
IVsCfg^ pCfgSln,
unsigned int dwAction,
int fSuccess,
int fCancel
)
abstract UpdateProjectCfg_Done :
pHierProj:IVsHierarchy *
pCfgProj:IVsCfg *
pCfgSln:IVsCfg *
dwAction:uint32 *
fSuccess:int *
fCancel:int -> int
Function UpdateProjectCfg_Done (
pHierProj As IVsHierarchy,
pCfgProj As IVsCfg,
pCfgSln As IVsCfg,
dwAction As UInteger,
fSuccess As Integer,
fCancel As Integer
) As Integer
Parametry
- pHierProj
[w] Wskaźnik do obiektu projektu hierarchii.
- pCfgProj
[w] Wskaźnik do obiektu projektu konfiguracji.
- pCfgSln
[w] Wskaźnik do obiektu rozwiązania do konfiguracji.
- dwAction
[w] Double word zawierające akcję.
- fSuccess
[w] Flaga wskazująca, Sukces.
- fCancel
[w] Flaga wskazująca, Anuluj.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsUpdateSolutionEvents2::UpdateProjectCfg_Done(
[in] IVsHierarchy *pHierProj,
[in] IVsCfg *pCfgProj,
[in] IVsCfg *pCfgSln,
[in] DWORD dwAction,
[in] BOOL fSuccess,
[in] BOOL fCancel
);
Zobacz też
Interfejs IVsUpdateSolutionEvents2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku