IVsUpdateSolutionEvents.OnActiveProjectCfgChange 方法

调用,在一个项目的事件项目配置在解决方案已更改。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function OnActiveProjectCfgChange ( _
    pIVsHierarchy As IVsHierarchy _
) As Integer
int OnActiveProjectCfgChange(
    IVsHierarchy pIVsHierarchy
)

参数

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsUpdateSolutionEvents::OnActiveProjectCfgChange(
   [in] IVsHierarchy *pIVsHierarchy
);

,在该解决方案更改后, OnActiveProjectCfgChange 激发事件时一个项目的事件项目配置。如果 nullnull 引用(在 Visual Basic 中为 Nothing) 为 pIVsHierarchy通过,此事件接收器必须假定时,解决方案中的每个项目可能发生更改,因此,即使只有在解决方案中的项目活动的。

.NET Framework 安全性

请参见

参考

IVsUpdateSolutionEvents 接口

Microsoft.VisualStudio.Shell.Interop 命名空间