SqlScriptEditorControl.ScriptEditorContextMenuID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者右鍵點擊腳本編輯器時應該顯示的右鍵選單識別碼。
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。