MarkupExtensionBracketCharactersAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |