IVsBuildPropertyStorage3::AdviseEvents Method (IVsBuildPropertyStorageEvents^, UInt32)

 

Subscribes to build property storage events.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

int AdviseEvents(
	IVsBuildPropertyStorageEvents^ pSink,
	[OutAttribute] unsigned int% pdwCookie
)

Parameters

pSink
Type: Microsoft.VisualStudio.Shell.Interop::IVsBuildPropertyStorageEvents^

The event sink.

pdwCookie
Type: System::UInt32

[out] The event cookie.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: