Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Subscribes to update solution events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub AdviseUpdateSolutionEvents4 ( _
pIVsUpdateSolutionEvents4 As IVsUpdateSolutionEvents4, _
<OutAttribute> ByRef pdwCookie As UInteger _
)
void AdviseUpdateSolutionEvents4(
IVsUpdateSolutionEvents4 pIVsUpdateSolutionEvents4,
out uint pdwCookie
)
void AdviseUpdateSolutionEvents4(
[InAttribute] IVsUpdateSolutionEvents4^ pIVsUpdateSolutionEvents4,
[OutAttribute] unsigned int% pdwCookie
)
abstract AdviseUpdateSolutionEvents4 :
pIVsUpdateSolutionEvents4:IVsUpdateSolutionEvents4 *
pdwCookie:uint32 byref -> unit
function AdviseUpdateSolutionEvents4(
pIVsUpdateSolutionEvents4 : IVsUpdateSolutionEvents4,
pdwCookie : uint
)
Parameters
pIVsUpdateSolutionEvents4
Type: Microsoft.VisualStudio.Shell.Interop.IVsUpdateSolutionEvents4[in] The IVsUpdateSolutionEvents4 to which to register.
pdwCookie
Type: UInt32%[out] The unique identifier used to unsubscribe from these events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.