Share via


BaseDocData.Cookie Property

Gets the cookie we were registered with.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

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

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

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

BaseDocData Class

BaseDocData Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace