ProjectDocumentsListener.EventsCookie Property

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

Permissions

See Also

Reference

ProjectDocumentsListener Class

ProjectDocumentsListener Members

Microsoft.VisualStudio.Package Namespace