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.
Registers an event sink for collection change notifications.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function AdviseCollectionChangeEvents ( _
pAdvise As IVsUICollectionChangeEvents, _
<OutAttribute> ByRef pCookie As UInteger _
) As Integer
int AdviseCollectionChangeEvents(
IVsUICollectionChangeEvents pAdvise,
out uint pCookie
)
int AdviseCollectionChangeEvents(
[InAttribute] IVsUICollectionChangeEvents^ pAdvise,
[OutAttribute] unsigned int% pCookie
)
abstract AdviseCollectionChangeEvents :
pAdvise:IVsUICollectionChangeEvents *
pCookie:uint32 byref -> int
function AdviseCollectionChangeEvents(
pAdvise : IVsUICollectionChangeEvents,
pCookie : uint
) : int
Parameters
- pAdvise
Type: Microsoft.VisualStudio.Shell.Interop.IVsUICollectionChangeEvents
[in] The interface to call.
- pCookie
Type: System.UInt32%
[out] Location to return an identifier for the event.
Return Value
Type: System.Int32
Returns S_OK if the sink was registered.
Implements
IVsUICollection.AdviseCollectionChangeEvents(IVsUICollectionChangeEvents, UInt32%)
.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.