ElementLocalizability Constructors
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.
Initializes a new instance of the ElementLocalizability class.
Overloads
ElementLocalizability() |
Initializes a new instance of the ElementLocalizability class. |
ElementLocalizability(String, LocalizabilityAttribute) |
Initializes a new instance of the ElementLocalizability class with a specified formatting tag and localizability attribute. |
ElementLocalizability()
Initializes a new instance of the ElementLocalizability class.
public:
ElementLocalizability();
public ElementLocalizability ();
Public Sub New ()
Applies to
ElementLocalizability(String, LocalizabilityAttribute)
Initializes a new instance of the ElementLocalizability class with a specified formatting tag and localizability attribute.
public:
ElementLocalizability(System::String ^ formattingTag, System::Windows::LocalizabilityAttribute ^ attribute);
public ElementLocalizability (string formattingTag, System.Windows.LocalizabilityAttribute attribute);
new System.Windows.Markup.Localizer.ElementLocalizability : string * System.Windows.LocalizabilityAttribute -> System.Windows.Markup.Localizer.ElementLocalizability
Public Sub New (formattingTag As String, attribute As LocalizabilityAttribute)
Parameters
- formattingTag
- String
A formatting tag name. Assign a non-empty value to this parameter to indicate inline formatting.
- attribute
- LocalizabilityAttribute
The associated element's localizability attribute.