IVsSolutionBuildManager3.AdviseUpdateSolutionEvents3 Method

Establishes client notification of solution events.

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

Syntax

'Declaration
Function AdviseUpdateSolutionEvents3 ( _
    pIVsUpdateSolutionEvents3 As IVsUpdateSolutionEvents3, _
    <OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
int AdviseUpdateSolutionEvents3(
    IVsUpdateSolutionEvents3 pIVsUpdateSolutionEvents3,
    out uint pdwCookie
)
int AdviseUpdateSolutionEvents3(
    [InAttribute] IVsUpdateSolutionEvents3^ pIVsUpdateSolutionEvents3, 
    [OutAttribute] unsigned int% pdwCookie
)
abstract AdviseUpdateSolutionEvents3 : 
        pIVsUpdateSolutionEvents3:IVsUpdateSolutionEvents3 * 
        pdwCookie:uint32 byref -> int 
function AdviseUpdateSolutionEvents3(
    pIVsUpdateSolutionEvents3 : IVsUpdateSolutionEvents3, 
    pdwCookie : uint
) : int

Parameters

  • pdwCookie
    Type: System.UInt32%
    [out] Pointer to a double word containing the cookie.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsSolutionBuildManager3::AdviseUpdateSolutionEvents3(
   [in] IVsUpdateSolutionEvents3 *pIVsUpdateSolutionEvents3, 
   [out] VSCOOKIE *pdwCookie
);

.NET Framework Security

See Also

Reference

IVsSolutionBuildManager3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace