Sdílet prostřednictvím


BracePairAttribute Třída

Definice

Určuje levou a pravou závorku.

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
Dědičnost
Atributy

Poznámky

Tento atribut může být exportován na IBraceCompletionSessionProvider, IBraceCompletionContextProvidernebo IBraceCompletionDefaultProvider.

Konstruktory

BracePairAttribute(Char, Char)

Vytvoří instanci nové instance objektu BracePairAttribute.

Vlastnosti

ClosingBraces

Znak uzavírací závorky

OpeningBraces

Znak počáteční složené závorky.

SupportsAutoSurround

Určuje, jestli pár závorek podporuje automatické ohraničení. Výchozí nastavení na hodnotu true

SupportsBraceCompletion

Určuje, jestli pár závorek podporuje dokončování. Výchozí nastavení na hodnotu true

Platí pro