IVsSolutionBuildManager5.AdviseUpdateSolutionEvents4 方法

定义

订阅更新解决方案事件。

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

弄用于取消订阅这些事件的唯一标识符。

适用于