CodeStyleOption<T>.ToXElement Method
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.
public:
virtual System::Xml::Linq::XElement ^ ToXElement();
public System.Xml.Linq.XElement ToXElement();
abstract member ToXElement : unit -> System.Xml.Linq.XElement
override this.ToXElement : unit -> System.Xml.Linq.XElement
Public Function ToXElement () As XElement