SolutionListener.EventsCookie Property

Gets the unique identifier used to unregister for events.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected ReadOnly Property EventsCookie As UInteger
'使用
Dim value As UInteger

value = Me.EventsCookie
protected uint EventsCookie { get; }
protected:
property unsigned int EventsCookie {
    unsigned int get ();
}
protected function get EventsCookie () : uint

Property Value

Type: System.UInt32

The identifier.

Permissions

See Also

Reference

SolutionListener Class

SolutionListener Members

Microsoft.VisualStudio.Package Namespace