IVsBuildPropertyStorage3.AdviseEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subscribes to build property storage events.
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
Parameters
The event sink.
- pdwCookie
- UInt32
[out] The event cookie.
Returns
The HRESULT.