IVsSolution8.AdviseSolutionEventsEx(Guid, Object, UInt32) Method

Definition

public:
 int AdviseSolutionEventsEx(Guid % guidCallerId, System::Object ^ pSink, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public int AdviseSolutionEventsEx (ref Guid guidCallerId, object pSink, out uint pdwCookie);
abstract member AdviseSolutionEventsEx : Guid * obj * uint32 -> int
Public Function AdviseSolutionEventsEx (ByRef guidCallerId As Guid, pSink As Object, ByRef pdwCookie As UInteger) As Integer

Parameters

guidCallerId
Guid
pSink
Object
pdwCookie
UInt32

Returns

Applies to