XName Class (System.Xml.Linq) (original) (raw)
Definition
Namespace:
Assemblies:
System.Xml.Linq.dll, System.Xml.XDocument.dll
Assemblies:
netstandard.dll, System.Xml.XDocument.dll
Assembly:
System.Xml.XDocument.dll
Assembly:
System.Xml.Linq.dll
Assembly:
netstandard.dll
Source:
Source:
Source:
Source:
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.
Represents a name of an XML element or attribute.
public ref class XName sealed : IEquatable<System::Xml::Linq::XName ^>public ref class XName sealed : IEquatable<System::Xml::Linq::XName ^>, System::Runtime::Serialization::ISerializablepublic sealed class XName : IEquatable<System.Xml.Linq.XName>public sealed class XName : IEquatable<System.Xml.Linq.XName>, System.Runtime.Serialization.ISerializable[System.Serializable]
public sealed class XName : IEquatable<System.Xml.Linq.XName>, System.Runtime.Serialization.ISerializable[System.Serializable]
[System.Runtime.Serialization.KnownType(typeof(System.Xml.Linq.NameSerializer))]
public sealed class XName : IEquatable<System.Xml.Linq.XName>, System.Runtime.Serialization.ISerializabletype XName = class
interface IEquatable<XName>type XName = class
interface IEquatable<XName>
interface ISerializable[<System.Serializable>]
type XName = class
interface IEquatable<XName>
interface ISerializable[<System.Serializable>]
[<System.Runtime.Serialization.KnownType(typeof(System.Xml.Linq.NameSerializer))>]
type XName = class
interface IEquatable<XName>
interface ISerializablePublic NotInheritable Class XName
Implements IEquatable(Of XName)Public NotInheritable Class XName
Implements IEquatable(Of XName), ISerializableInheritance
Attributes
Implements
Remarks
For more information about this API, see Supplemental API remarks for XName.