BracePairAttribute 클래스

정의

여는 중괄호와 닫는 중괄호를 지정합니다.

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로 설정

적용 대상