BamlLocalizabilityResolver.ResolveFormattingTagToClass(String) Method
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.
Returns the full class name of a XAML tag that has not been encountered in BAML.
public:
abstract System::String ^ ResolveFormattingTagToClass(System::String ^ formattingTag);
public abstract string ResolveFormattingTagToClass (string formattingTag);
abstract member ResolveFormattingTagToClass : string -> string
Public MustOverride Function ResolveFormattingTagToClass (formattingTag As String) As String
Parameters
- formattingTag
- String
The name of the tag.
Returns
The full class name associated with the tag.
Remarks
This method is called when a BamlLocalizer or an equivalent is applying substitutions to localizable resources. If a formatting tag is encountered in the substitutions, this method is called to resolve the formatting tag back to a class name.