GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / WriterElement Property
In This Topic
    WriterElement Property (GoXmlTransformer)
    In This Topic
    Get the Writer's GoXmlWriter.WriterElement, an XmlElement.
    Syntax
    public XmlElement WriterElement {get; set;}
    Remarks
    This value is undefined (and should be null) when reading, or when writing directly to a stream or when the generation process is not at a point where there would be an XmlElement that is being constructed.
    See Also