This documentation is archived and is not being maintained.
BamlLocalizerError Enumeration
Visual Studio 2008
Specifies error conditions that may be encountered by the BamlLocalizer.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| DuplicateUid | More than one element has the same Uid value. | |
| DuplicateElement | The localized binary XAML (BAML) contains more than one reference to the same element. | |
| IncompleteElementPlaceholder | The element's substitution contains incomplete child placeholders. | |
| InvalidCommentingXml | Xml comments do not have the correct format. | |
| InvalidLocalizationAttributes | The localization commenting text contains invalid attributes. | |
| InvalidLocalizationComments | The localization commenting text contains invalid comments. | |
| InvalidUid | The Uid does not correspond to any element in the BAML. | |
| MismatchedElements | Indicates a mismatch between substitution and source. The substitution must contain all the element placeholders in the source. | |
| SubstitutionAsPlaintext | The substitution of an element's content cannot be parsed as XML, therefore any formatting tags in the substitution are not recognized. The substitution is instead applied as plain text. | |
| UidMissingOnChildElement | A child element does not have a Uid. As a result, it cannot be represented as a placeholder in the parent's content string. | |
| UnknownFormattingTag | A formatting tag in the substitution is not recognized. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: