BamlLocalizabilityResolver.GetElementLocalizability(String, String) Method

Definition

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

public:
 abstract System::Windows::Markup::Localizer::ElementLocalizability ^ GetElementLocalizability(System::String ^ assembly, System::String ^ className);
public abstract System.Windows.Markup.Localizer.ElementLocalizability GetElementLocalizability (string assembly, string className);
abstract member GetElementLocalizability : string * string -> System.Windows.Markup.Localizer.ElementLocalizability
Public MustOverride Function GetElementLocalizability (assembly As String, className As String) As ElementLocalizability

Parameters

assembly
String

The full name of the assembly that contains BAML to be localized.

className
String

The full class name of the element that you want to retrieve localizability information for.

Returns

An object that contains the localizability information for the specified assembly and element.

Applies to