EditorFactoryBase.Cookie 속성

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

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Property Cookie As UInteger 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.UInt32
An unsigned integer value.

참고 항목

참조

EditorFactoryBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스