LocalizedString Class
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.
public class LocalizedString : Xamarin.CommunityToolkit.ObjectModel.ObservableObject
- Inheritance
Constructors
LocalizedString(Func<String>) | |
LocalizedString(LocalizationResourceManager, Func<String>) |
Properties
Localized |
Methods
OnPropertyChanged(String) |
Raises the property changed event. (Inherited from ObservableObject) |
SetProperty<T>(T, T, String, Action, Action, Func<T,T,Boolean>) |
Sets the property. (Inherited from ObservableObject) |
Operators
Implicit(Func<String> to LocalizedString) |
Events
PropertyChanged |
Occurs when property changed. (Inherited from ObservableObject) |