SqlScriptEditorControl.ScriptEditorContextMenuID 屬性

定義

取得使用者右鍵點擊腳本編輯器時應該顯示的右鍵選單識別碼。

protected:
 virtual property int ScriptEditorContextMenuID { int get(); };
protected override int ScriptEditorContextMenuID { get; }
member this.ScriptEditorContextMenuID : int
Protected Overrides ReadOnly Property ScriptEditorContextMenuID As Integer

屬性值

一個整數值識別碼。

備註

在除錯時,顯示的右鍵選單會是標準VSStandardCommands97.IDM_VS_CTXT_CODEWIN右鍵選單。 這個右鍵選單和 SQL 編輯器在沒有除錯時跳出來的右鍵選單不同。 它有專門針對除錯器的指令,比如 Breakpoint 和 RuntoCursor。

適用於