EditorFactoryBase.Cookie Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public uint Cookie { get; set; }
public:
property unsigned int Cookie {
    unsigned int get();
    void set(unsigned int value);
}
member Cookie : uint32 with get, set
Public Property Cookie As UInteger

Property Value

Type: System.UInt32

An unsigned integer value.

See Also

EditorFactoryBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace

Return to top