XamlMember::MarkupExtensionBracketCharacters Property

 

Defines the opening and closing bracket characters for a markup extension.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property IReadOnlyDictionary<wchar_t, wchar_t>^ MarkupExtensionBracketCharacters {
	IReadOnlyDictionary<wchar_t, wchar_t>^ get();
}

Property Value

Type: System.Collections.Generic::IReadOnlyDictionary<Char, Char>^

A collection containing the opening and closing bracket characters.

.NET Framework
Available since 4.7
Return to top
Show: