This documentation is archived and is not being maintained.
BamlLocalizationDictionary Class
Visual Studio 2010
Contains all the localizable resources in a BAML record.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
The BamlLocalizationDictionary type exposes the following members.
| 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 | 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 | Adds an item with the provided key and value to the BamlLocalizationDictionary. |
![]() | Clear | Deletes all resources from the BamlLocalizationDictionary object. |
![]() | Contains | Determines whether a BamlLocalizationDictionary object contains a resource with a specified key. |
![]() | CopyTo | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the BamlLocalizationDictionary. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes a specified localizable resource from the BamlLocalizationDictionary. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Converts 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo | Infrastructure. For a description of this member, see ICollection::CopyTo. |
![]() ![]() | ICollection::Count | Infrastructure. For a description of this member, see ICollection::Count. |
![]() ![]() | ICollection::IsSynchronized | Infrastructure. For a description of this member, see ICollection::IsSynchronized. |
![]() ![]() | ICollection::SyncRoot | Infrastructure. For a description of this member, see ICollection::SyncRoot. |
![]() ![]() | IDictionary::Add | Infrastructure. For a description of this member, see IDictionary::Add. |
![]() ![]() | IDictionary::Contains | Infrastructure. For a description of this member, see IDictionary::Contains. |
![]() ![]() | IDictionary::GetEnumerator | Infrastructure. For a description of this member, see IDictionary::GetEnumerator. |
![]() ![]() | IDictionary::Item | Infrastructure. For a description of this member, see IDictionary::Item. |
![]() ![]() | IDictionary::Remove | Infrastructure. For a description of this member, see IDictionary::Remove. |
![]() ![]() | IEnumerable::GetEnumerator | Infrastructure. For a description of this member, see IEnumerable::GetEnumerator. |
The dictionary contains a mapping from resource keys (specified as BamlLocalizableResourceKey objects) to resource values (specified as BamlLocalizableResource objects).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

