BracePairAttribute Class

 

Specifies the opening and closing braces.

Namespace:   Microsoft.VisualStudio.Text.BraceCompletion
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

System::Object
  System::Attribute
    Microsoft.VisualStudio.Utilities::MultipleBaseMetadataAttribute
      Microsoft.VisualStudio.Text.BraceCompletion::BracePairAttribute

[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class BracePairAttribute sealed : MultipleBaseMetadataAttribute

NameDescription
System_CAPS_pubmethodBracePairAttribute(Char, Char)

Instantiates a new instance of a BracePairAttribute.

NameDescription
System_CAPS_pubpropertyClosingBraces

Gets the closing brace character.

System_CAPS_pubpropertyOpeningBraces

Gets the opening brace character.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: