BamlLocalizabilityResolver.GetElementLocalizability(String, 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 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.