Share via


EventsCookie Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Protected ReadOnly Property EventsCookie As UInteger
    Get
'Usage
Dim value As UInteger

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

Property Value

Type: System..::..UInt32

See Also

Reference

SolutionListener Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace