Freigeben über


BracePairAttribute Klasse

Definition

Gibt die öffnenden und schließenden Klammern an.

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
Vererbung
Attribute

Hinweise

Dieses Attribut kann für , IBraceCompletionSessionProviderIBraceCompletionContextProvideroder IBraceCompletionDefaultProviderexportiert werden.

Konstruktoren

BracePairAttribute(Char, Char)

Instanziiert eine neue Instanz von BracePairAttribute.

Eigenschaften

ClosingBraces

Das schließende geschweifte Zeichen.

OpeningBraces

Das öffnende geschweifte Zeichen.

SupportsAutoSurround

Gibt an, ob das geschweifte Paar die automatische Umrandung unterstützt. Standardmäßig auf "true" festgelegt

SupportsBraceCompletion

Gibt an, ob das geschweifte Paar die Vervollständigung unterstützt. Standardmäßig auf "true" festgelegt

Gilt für: