IVsBuildPropertyStorage3.AdviseEvents 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
订阅生成属性存储事件。
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
参数
事件接收器。
- pdwCookie
- UInt32
弄事件 cookie。
返回
此 HRESULT。