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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace