Interface IXMLFormatable Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the document saved/loaded as xml format. public interface IXMLFormatable Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Methods Load(TextReader) Load document. void Load(TextReader reader) Parameters reader TextReader The container. Save(TextWriter) Save document. void Save(TextWriter writer) Parameters writer TextWriter The container.