XmlValueElement

Represents a value XML documentation element for properties.

Syntax

public class XmlValueElement : XmlDocumentationElement

Inheritance

Constructors

XmlValueElement

public XmlValueElement()
Initializes a new instance of the XmlValueElement class.

XmlValueElement

public XmlValueElement(XElement element)
Initializes a new instance of the XmlValueElement class with XML content.

Parameters

  • element XElement: The XML element to parse.

Methods

ToMdx

public override string ToMdx()
Converts this value element to MDX format.

Returns

string The MDX representation of this value description.

Remarks

The value element describes the value that a property represents. It is used primarily for properties to explain what the property value means.