IBraceCompletionSession, interface

Represents a brace completion session for the purpose of tracking a pair of braces and handling actions occurring between the OpeningPoint and ClosingPoint.

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

Syntaxe

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

Le type IBraceCompletionSession expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ClosingBrace Gets the closing brace character.
Propriété publique ClosingPoint Gets the ending point of the session.
Propriété publique OpeningBrace Gets the opening brace character.
Propriété publique OpeningPoint Gets the starting point of the session.
Propriété publique SubjectBuffer Gets the subject buffer in which the brace completion session is occurring.
Propriété publique TextView Gets the text view in which the brace completion session is occurring.

Début

Méthodes

  Nom Description
Méthode publique Finish Called after the session has been removed from the stack.
Méthode publique PostBackspace Called by the editor after the character has been removed.
Méthode publique PostDelete Called by the editor after the delete action.
Méthode publique PostOverType Called by the editor after the closing brace character has been typed.
Méthode publique PostReturn Called by the editor after the newline has been inserted.
Méthode publique PostTab Called by the editor after the tab has been inserted.
Méthode publique PreBackspace Called by the editor before the character has been removed.
Méthode publique PreDelete Called by the editor when delete is pressed within the session.
Méthode publique PreOverType Called by the editor when the closing brace character has been typed and before it is inserted into the buffer.
Méthode publique PreReturn Called by the editor when return is pressed within the session.
Méthode publique PreTab Called by the editor when tab has been pressed and before it is inserted into the buffer.
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