XPathItem Class
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 an item in the XQuery 1.0 and XPath 2.0 Data Model.
public ref class XPathItem abstract
public abstract class XPathItem
type XPathItem = class
Public MustInherit Class XPathItem
- Inheritance
-
XPathItem
- Derived
An item is either a node or an atomic value.
When you inherit from the XPathItem class, you must override the following members: IsNode:
XPath |
Initializes a new instance of the XPathItem class. |
Is |
When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value. |
Typed |
When overridden in a derived class, gets the current item as a boxed object of the most appropriate .NET Framework 2.0 type according to its schema type. |
Value |
When overridden in a derived class, gets the |
Value |
When overridden in a derived class, gets the item's value as a Boolean. |
Value |
When overridden in a derived class, gets the item's value as a DateTime. |
Value |
When overridden in a derived class, gets the item's value as a Double. |
Value |
When overridden in a derived class, gets the item's value as an Int32. |
Value |
When overridden in a derived class, gets the item's value as an Int64. |
Value |
When overridden in a derived class, gets the .NET Framework 2.0 type of the item. |
Xml |
When overridden in a derived class, gets the XmlSchemaType for the item. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
Value |
When overridden in a derived class, returns the item's value as the type specified using the IXmlNamespaceResolver object specified to resolve namespace prefixes. |
Value |
Returns the item's value as the specified type. |
Продукт | Версії |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: