Share via


EditorFactoryBase.Cookie Property

Abstract handle in Visual Studio to be used to unregister this editor.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Public Property Cookie As UInteger
    Get
    Set
'Usage
Dim instance As EditorFactoryBase
Dim value As UInteger

value = instance.Cookie

instance.Cookie = value
public uint Cookie { get; set; }
public:
property unsigned int Cookie {
    unsigned int get ();
    void set (unsigned int value);
}
member Cookie : uint32 with get, set
function get Cookie () : uint
function set Cookie (value : uint)

Property Value

Type: System.UInt32
An unsigned integer value.