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

int AdviseUpdateSolutionEvents3(
    IVsUpdateSolutionEvents3 pIVsUpdateSolutionEvents3,
    out uint pdwCookie
)

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

IVsSolutionBuildManager3 Members

Microsoft.VisualStudio.Shell.Interop Namespace