BamlLocalizationDictionary Class
Contains all the localizable resources in a BAML record.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | BamlLocalizationDictionary() | Initializes a new instance of the BamlLocalizationDictionary class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of localizable resources in the BamlLocalizationDictionary. |
![]() | IsFixedSize | Gets a value that indicates whether the BamlLocalizationDictionary object has a fixed size. |
![]() | IsReadOnly | Gets a value that indicates whether the BamlLocalizationDictionary object is read-only. |
![]() | Item[BamlLocalizableResourceKey^] | Gets or sets a localizable resource specified by its key. |
![]() | Keys | Gets a collection that contains all the keys in the BamlLocalizationDictionary object. |
![]() | RootElementKey | Gets the key of the root element, if it is localizable. |
![]() | Values | Gets a collection that contains all the values in the BamlLocalizationDictionary. |
| Name | Description | |
|---|---|---|
![]() | Add(BamlLocalizableResourceKey^, BamlLocalizableResource^) | Adds an item with the provided key and value to the BamlLocalizationDictionary. |
![]() | Clear() | Deletes all resources from the BamlLocalizationDictionary object. |
![]() | Contains(BamlLocalizableResourceKey^) | Determines whether a BamlLocalizationDictionary object contains a resource with a specified key. |
![]() | CopyTo(array<DictionaryEntry>^, Int32) | Copies the contents of a BamlLocalizationDictionary object to a one-dimensional array of DictionaryEntry objects, starting at a specified index. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the BamlLocalizationDictionary. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Remove(BamlLocalizableResourceKey^) | Removes a specified localizable resource from the BamlLocalizationDictionary. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::CopyTo. |
![]() ![]() | IDictionary::Add(Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDictionary::Add. |
![]() ![]() | IDictionary::Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDictionary::Contains. |
![]() ![]() | IDictionary::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDictionary::GetEnumerator. |
![]() ![]() | IDictionary::Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDictionary::Remove. |
![]() ![]() | IEnumerable::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IEnumerable::GetEnumerator. |
![]() ![]() | ICollection::Count | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::Count. |
![]() ![]() | ICollection::IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::IsSynchronized. |
![]() ![]() | ICollection::SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::SyncRoot. |
![]() ![]() | IDictionary::Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDictionary::Item. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
The dictionary contains a mapping from resource keys (specified as BamlLocalizableResourceKey objects) to resource values (specified as BamlLocalizableResource objects).
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.




