Transform.GetXml Method

Definition

Returns the XML representation of the current Transform object.

public:
 System::Xml::XmlElement ^ GetXml();
public System.Xml.XmlElement GetXml ();
member this.GetXml : unit -> System.Xml.XmlElement
Public Function GetXml () As XmlElement

Returns

The XML representation of the current Transform object.

Remarks

The XmlElement object returned by this method conforms to the XML Scheme for the <Transform> element defined in Section 4.3.3.4 of the XMLDSIG specification.

Applies to