IVsBuildPropertyStorage3.AdviseEvents 方法

定义

订阅生成属性存储事件。

public:
 int AdviseEvents(Microsoft::VisualStudio::Shell::Interop::IVsBuildPropertyStorageEvents ^ pSink, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public int AdviseEvents (Microsoft.VisualStudio.Shell.Interop.IVsBuildPropertyStorageEvents pSink, out uint pdwCookie);
abstract member AdviseEvents : Microsoft.VisualStudio.Shell.Interop.IVsBuildPropertyStorageEvents * uint32 -> int
Public Function AdviseEvents (pSink As IVsBuildPropertyStorageEvents, ByRef pdwCookie As UInteger) As Integer

参数

pSink
IVsBuildPropertyStorageEvents

事件接收器。

pdwCookie
UInt32

弄事件 cookie。

返回

Int32

此 HRESULT。

适用于