SqlScriptEditorControl.ScriptEditorContextMenuID Proprietà

Definizione

Ottiene l'identificatore del menu contestuale che dovrebbe essere mostrato quando l'utente clicca con il tasto destro sull'editor di script.

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

Valore della proprietà

Un identificatore di valore intero.

Commenti

Durante il debug, il menu contestuale che appare sarà standard VSStandardCommands97.IDM_VS_CTXT_CODEWIN menu contestuale. Questo menu contestuale è diverso dal menu contestuale dell'Editor SQL che appare quando non c'è alcun debug. Ha comandi specifici per il debugger come Breakpoint e RuntoCursor.

Si applica a