IVsUpdateSolutionEvents2.UpdateProjectCfg_Done(IVsHierarchy, IVsCfg, IVsCfg, UInt32, Int32, Int32) Метод

Определение

Вызывается сразу после окончания построения конфигурации проекта.

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

Параметры

pHierProj
IVsHierarchy

[in] Указатель на объект проекта иерархии.

pCfgProj
IVsCfg

[in] Указатель на объект проекта конфигурации.

pCfgSln
IVsCfg

[in] Указатель на объект решения конфигурации.

dwAction
UInt32

[in] Двойное слово, содержащее действие.

fSuccess
Int32

[in] Флаг, обозначающий успешное завершение.

fCancel
Int32

[in] Флаг, обозначающий отмену.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из всшелл. IDL:

HRESULT IVsUpdateSolutionEvents2::UpdateProjectCfg_Done(  
   [in] IVsHierarchy *pHierProj,  
   [in] IVsCfg *pCfgProj,  
   [in] IVsCfg *pCfgSln,  
   [in] DWORD dwAction,  
   [in] BOOL fSuccess,  
   [in] BOOL fCancel  
);  

Применяется к