IVsSolutionBuildManager5.AdviseUpdateSolutionEvents4 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
订阅更新解决方案事件。
public:
void AdviseUpdateSolutionEvents4(Microsoft::VisualStudio::Shell::Interop::IVsUpdateSolutionEvents4 ^ pIVsUpdateSolutionEvents4, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
void AdviseUpdateSolutionEvents4(Microsoft::VisualStudio::Shell::Interop::IVsUpdateSolutionEvents4 const & pIVsUpdateSolutionEvents4, [Runtime::InteropServices::Out] unsigned int & pdwCookie);
public void AdviseUpdateSolutionEvents4 (Microsoft.VisualStudio.Shell.Interop.IVsUpdateSolutionEvents4 pIVsUpdateSolutionEvents4, out uint pdwCookie);
abstract member AdviseUpdateSolutionEvents4 : Microsoft.VisualStudio.Shell.Interop.IVsUpdateSolutionEvents4 * uint32 -> unit
Public Sub AdviseUpdateSolutionEvents4 (pIVsUpdateSolutionEvents4 As IVsUpdateSolutionEvents4, ByRef pdwCookie As UInteger)
参数
- pIVsUpdateSolutionEvents4
- IVsUpdateSolutionEvents4
中要 IVsUpdateSolutionEvents4 注册到的。
- pdwCookie
- UInt32
弄用于取消订阅这些事件的唯一标识符。