IVsBuildPropertyStorage3.AdviseEvents Method

Definition

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

pSink
IVsBuildPropertyStorageEvents

The event sink.

pdwCookie
UInt32

[out] The event cookie.

Returns

The HRESULT.

Applies to