IBraceCompletionSession.PreReturn, méthode

Called by the editor when return is pressed within the session.

Espace de noms :  Microsoft.VisualStudio.Text.BraceCompletion
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Sub PreReturn ( _
    <OutAttribute> ByRef handledCommand As Boolean _
)
void PreReturn(
    out bool handledCommand
)
void PreReturn(
    [OutAttribute] bool% handledCommand
)
abstract PreReturn : 
        handledCommand:bool byref -> unit
function PreReturn(
    handledCommand : boolean
)

Paramètres

  • handledCommand
    Type : Boolean%

    true to prevent the insertion of the newline, otherwise false.

Sécurité .NET Framework

Voir aussi

Référence

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion, espace de noms