다음을 통해 공유


Microsoft.VisualStudio.Text.BraceCompletion 네임스페이스

클래스

  클래스 설명
Public 클래스 BracePairAttribute Specifies the opening and closing braces.

인터페이스

  인터페이스 설명
Public 인터페이스 IBraceCompletionContext Represents a simple context used to extend the default brace completion behaviors to include language-specific behaviors such as parsing and formatting.
Public 인터페이스 IBraceCompletionContextProvider An extension point used to create an IBraceCompletionContext to provide language-specific handling on top of the default TIBraceCompletionSession objects.
Public 인터페이스 IBraceCompletionDefaultProvider An extension point for the default non-language-specific brace completion behavior. It should be used to export metadata containing the opening and closing braces to provide for the given ContentType.
Public 인터페이스 IBraceCompletionSession Represents a brace completion session for the purpose of tracking a pair of braces and handling actions occurring between the OpeningPoint and ClosingPoint.
Public 인터페이스 IBraceCompletionSessionProvider An extension point used to create an IBraceCompletionSession for brace completion. A session tracks a set of braces and handles actions performed by the user within the braces to allow for overtyping of the closing brace and additional formatting.