API Reference
Class
AdmlFile
Represents a parsed ADML file containing localized resources.
Inheritance
- Object
- AdmlFile
Methods
Inherited Methods
Properties
public static AdmlFile Empty { get; } #Gets an empty ADML representation (no strings and no presentations). Useful when an ADMX file is available but the corresponding ADML is missing.
public IReadOnlyDictionary<String, String> Strings { get; } #Gets localized string resources.
public IReadOnlyDictionary<String, XElement> Presentations { get; } #Gets presentation elements keyed by identifier.