IVsSolutionBuildManager2.CanCancelUpdateSolutionConfiguration 方法 (Int32%)
启用或禁用 取消 菜单项。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function CanCancelUpdateSolutionConfiguration ( _
<OutAttribute> ByRef pfCanCancel As Integer _
) As Integer
int CanCancelUpdateSolutionConfiguration(
out int pfCanCancel
)
参数
- pfCanCancel
类型:System.Int32%
[out] 为指示或也不更新是否的标志的指针可以被取消。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell.idl:
HRESULT IVsSolutionBuildManager2::CanCancelUpdateSolutionConfiguration(
[out] BOOL *pfCanCancel
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。