BracePairAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
여는 중괄호와 닫는 중괄호를 지정합니다.
public ref class BracePairAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public ref class BracePairAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class BracePairAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type BracePairAttribute = class
inherit MultipleBaseMetadataAttribute
Public NotInheritable Class BracePairAttribute
Inherits MultipleBaseMetadataAttribute
- 상속
- 특성
설명
이 특성은 , IBraceCompletionContextProvider또는 IBraceCompletionDefaultProvider에서 IBraceCompletionSessionProvider내보낼 수 있습니다.
생성자
BracePairAttribute(Char, Char) |
의 새 instance 인스턴스화합니다BracePairAttribute. |
속성
ClosingBraces |
닫는 중괄호 문자입니다. |
OpeningBraces |
여는 중괄호 문자입니다. |
SupportsAutoSurround |
중괄호 쌍이 자동 서라운드를 지원하는지 지정합니다. 기본적으로 true로 설정 |
SupportsBraceCompletion |
중괄호 쌍이 완료를 지원하는지 지정합니다. 기본적으로 true로 설정 |