IVsSolutionEvents2.OnQueryUnloadProject 方法 (IVsHierarchy, Int32%)

查询侦听的客户端关于是否该项目可以卸载。

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

语法

声明
Function OnQueryUnloadProject ( _
    pRealHierarchy As IVsHierarchy, _
    <OutAttribute> ByRef pfCancel As Integer _
) As Integer
int OnQueryUnloadProject(
    IVsHierarchy pRealHierarchy,
    out int pfCancel
)

参数

  • pfCancel
    类型:System.Int32%
    [out] true ,如果客户端上已卸载该项目。 false ,如果客户端已审批卸载该项目。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsSolutionEvents2::OnQueryUnloadProject(
   [in] IVsHierarchy *pRealHierarchy,
   [in,out] BOOL *pfCancel
);

.NET Framework 安全性

请参见

参考

IVsSolutionEvents2 接口

OnQueryUnloadProject 重载

Microsoft.VisualStudio.Shell.Interop 命名空间