XamlMember.LookupMarkupExtensionBracketCharacters 方法

定义

返回标记扩展的开始和结束括号字符。

protected:
 virtual System::Collections::Generic::IReadOnlyDictionary<char, char> ^ LookupMarkupExtensionBracketCharacters();
protected virtual System.Collections.Generic.IReadOnlyDictionary<char,char> LookupMarkupExtensionBracketCharacters ();
abstract member LookupMarkupExtensionBracketCharacters : unit -> System.Collections.Generic.IReadOnlyDictionary<char, char>
override this.LookupMarkupExtensionBracketCharacters : unit -> System.Collections.Generic.IReadOnlyDictionary<char, char>
Protected Overridable Function LookupMarkupExtensionBracketCharacters () As IReadOnlyDictionary(Of Char, Char)

返回

包含开始和结束括号字符的集合。

适用于