IVsMonitorUserContext.UnadviseContextItemEvent Method

Method information is not provided. Do not use this method.

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

Syntax

'Declaration
Function UnadviseContextItemEvent ( _
    dwCookie As UInteger _
) As Integer
int UnadviseContextItemEvent(
    uint dwCookie
)
int UnadviseContextItemEvent(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseContextItemEvent : 
        dwCookie:uint32 -> int 
function UnadviseContextItemEvent(
    dwCookie : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorUserContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace