Bagikan melalui


IVsShell6.UnadvisePackageLoadEvents Method

Unsubscribes from package load events.

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

Syntax

'Declaration
Sub UnadvisePackageLoadEvents ( _
    cookie As UInteger _
)
void UnadvisePackageLoadEvents(
    uint cookie
)
void UnadvisePackageLoadEvents(
    [InAttribute] unsigned int cookie
)
abstract UnadvisePackageLoadEvents : 
        cookie:uint32 -> unit
function UnadvisePackageLoadEvents(
    cookie : uint
)

Parameters

  • cookie
    Type: UInt32

    The event cookie.

.NET Framework Security

See Also

Reference

IVsShell6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace