BamlLocalizableResource Class
Represents a localizable resource in a BAML stream.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | BamlLocalizableResource() | Initializes a new instance of the BamlLocalizableResource class. |
![]() | BamlLocalizableResource(String^, String^, LocalizationCategory, Boolean, Boolean) | Initializes a new instance of the BamlLocalizableResource class, with the specified localizable value, localization comments, resource category, localization lock status, and visibility of the resource. |
| Name | Description | |
|---|---|---|
![]() | Category | Gets or sets the localization category of a resource. |
![]() | Comments | Gets or sets the localization comments associated with a resource. |
![]() | Content | Gets or sets the localizable content. |
![]() | Modifiable | Gets or sets a value that indicates whether the localizable resource is modifiable. |
![]() | Readable | Gets or sets whether the resource is visible for translation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether a specified BamlLocalizableResource object is equal to this object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns an integer hash code representing this instance. (Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The BamlLocalizableResource class is the value component of the key-value pairs found in a BamlLocalizationDictionary.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


