XamlMember::LookupMarkupExtensionBracketCharacters Method ()

 

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

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

protected:
virtual IReadOnlyDictionary<wchar_t, wchar_t>^ LookupMarkupExtensionBracketCharacters()

Return 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: