BamlLocalizabilityResolver Class

Definition

Resolves localizable settings for classes and properties in binary XAML (BAML).

public ref class BamlLocalizabilityResolver abstract
public abstract class BamlLocalizabilityResolver
type BamlLocalizabilityResolver = class
Public MustInherit Class BamlLocalizabilityResolver
Inheritance
BamlLocalizabilityResolver

Remarks

BamlLocalizabilityResolver is used by the BamlLocalizer in order to resolve localizability settings for classes and properties in BAML. The resolver is called both at the time of resource extraction as well as when localized BAML is updated.

At the time of resource extraction (ExtractResources), the resolver:

  • Provides LocalizabilityAttribute for classes and properties in BAML when the BamlLocalizer is constructing localizable resources.

  • Provides formatting preferences for elements in BAML so elements are formatted as inline tags.

At the time at which localized BAML is updated (UpdateBaml), the resolver:

  • Resolves formatting tags back into classes.

  • Resolves the name of the assembly that contains class definition.

  • BamlLocalizabilityResolver is subclassed by an internal class that performs the practical aspects of the class functions for BamlLocalizer.

Constructors

BamlLocalizabilityResolver()

Initializes a new instance of the BamlLocalizabilityResolver class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetElementLocalizability(String, String)

Returns a value that indicates whether a specified type of element can be localized and, if so, whether it can be formatted inline.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetPropertyLocalizability(String, String, String)

Returns a value that indicates whether a specified property of a specified type of element can be localized.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ResolveAssemblyFromClass(String)

Returns the full name of the assembly that contains the specified class.

ResolveFormattingTagToClass(String)

Returns the full class name of a XAML tag that has not been encountered in BAML.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also