IBraceCompletionContext, interface

Represents a simple context used to extend the default brace completion behaviors to include language-specific behaviors such as parsing and formatting.

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

Syntaxe

'Déclaration
Public Interface IBraceCompletionContext
public interface IBraceCompletionContext
public interface class IBraceCompletionContext
type IBraceCompletionContext =  interface end
public interface IBraceCompletionContext

Le type IBraceCompletionContext expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AllowOverType Called by the editor when the closing brace character has been typed. It does not occur if there is any non-whitespace character between the caret and the closing brace.
Méthode publique Finish Occurs after the session has been removed from the stack.
Méthode publique OnReturn Called by the editor when return is pressed while both braces are on the same line and no typing has occurred in the session.
Méthode publique Start Called before the session is added to the stack.

Début

Voir aussi

Référence

Microsoft.VisualStudio.Text.BraceCompletion, espace de noms