InternalXmlHelper Class

Definition

Provides properties and methods that support Visual Basic XML literals. This class is not intended to be used directly from your code.

public ref class InternalXmlHelper sealed
public sealed class InternalXmlHelper
type InternalXmlHelper = class
Public NotInheritable Class InternalXmlHelper
Inheritance
InternalXmlHelper

Properties

AttributeValue[IEnumerable<XElement>, XName]

Gets or sets the value of an XML attribute. This property is not intended to be used from your code.

AttributeValue[XElement, XName]

Gets or sets the value of an XML attribute. This property is not intended to be used from your code.

Value[IEnumerable<XElement>]

Gets or sets the value of an XML element. This property is not intended to be used from your code.

Methods

CreateAttribute(XName, Object)

Creates an XML attribute that has the supplied name and value. This method is not intended to be used from your code.

CreateNamespaceAttribute(XName, XNamespace)

Creates an XML attribute that has the supplied name and namespace value. This method is not intended to be used from your code.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)

Removes XML namespace attributes from an XML element. This method is not intended to be used from your code.

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)

Removes XML namespace attributes from an XML element. This method is not intended to be used from your code.

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)

Removes XML namespace attributes from an XML element. This method is not intended to be used from your code.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also