Edit

MarkupExtensionBracketCharactersAttribute Class

Definition

Reports the bracket characters that a markup extension can return.

public ref class MarkupExtensionBracketCharactersAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=false)]
public sealed class MarkupExtensionBracketCharactersAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=false)>]
type MarkupExtensionBracketCharactersAttribute = class
    inherit Attribute
Public NotInheritable Class MarkupExtensionBracketCharactersAttribute
Inherits Attribute
Inheritance
MarkupExtensionBracketCharactersAttribute
Attributes

Constructors

Name Description
MarkupExtensionBracketCharactersAttribute(Char, Char)

Initializes a new instance of the MarkupExtensionBracketCharactersAttribute class using the provided characters.

Properties

Name Description
ClosingBracket

Specifies the character to be used as the closing delimiter in a MarkupExtension.

OpeningBracket

Specifies the character to be used as the opening delimiter in a MarkupExtension.

Applies to