IVsSolutionBuildManager2.UpdateSolutionConfigurationIsActive 方法 (Int32%)
所有生成的检查,则清除或部署正在进行的事件。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function UpdateSolutionConfigurationIsActive ( _
<OutAttribute> ByRef pfIsActive As Integer _
) As Integer
int UpdateSolutionConfigurationIsActive(
out int pfIsActive
)
参数
- pfIsActive
类型:System.Int32%
[out] 为指示操作是否的标志的指针是活动的。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell.idl:
HRESULT IVsSolutionBuildManager2::UpdateSolutionConfigurationIsActive(
[out] BOOL *pfIsActive
);
生成经理设置 pfIsActive 到 true ,如果任何部署,生成或清理操作正在进行。否则,它将 pfIsActive 到 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。