API Reference
Class
AdmlFile
Represents a parsed ADML file containing localized resources.
Inheritance
- Object
- AdmlFile
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method AdmlFile.Load
- Property AdmlFile.Empty
Accepted by parameters
- Method AdmxBundle.Add
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.