IXmlNodeSerializer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the methods needed to serialize a DOM tree or subtree to a string representation.
public interface class IXmlNodeSerializer
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1556460418, 59101, 18833, 171, 239, 6, 216, 210, 231, 189, 12)]
struct IXmlNodeSerializer
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1556460418, 59101, 18833, 171, 239, 6, 216, 210, 231, 189, 12)]
public interface IXmlNodeSerializer
Public Interface IXmlNodeSerializer
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
InnerText |
Gets and sets the text from inside the XML. |
Methods
GetXml() |
Returns the XML representation of the node and all its descendants. |