XPathFunctionItem PropertiesXPathFunctionItem PropertiesXPathFunctionItem Properties

The XPathFunctionItemXPathFunctionItemXPathFunctionItem type exposes the following members.

Properties

 PropertyDescription
Public propertyArityArityArity Gets the arity of the function.
Public propertyIsNodeIsNodeIsNode Gets a value indicating whether the item represents a node or an atomic value. (Overrides XPathItem.IsNodeXPathItem.IsNodeXPathItem::IsNode)
Public propertyNameNameName Gets the name of the function, or null a null reference (Nothing in Visual Basic) nullptr if it is anonymous.
Public propertyTypedValueTypedValueTypedValue Gets the current item as a boxed object of the most appropriate .NET Framework version 2.0 type according to its schema type. (Overrides XPathItem.TypedValueXPathItem.TypedValueXPathItem::TypedValue)
Public propertyValueValueValue Gets the string value of the item. (Overrides XPathItem.ValueXPathItem.ValueXPathItem::Value)
Public propertyValueAsBooleanValueAsBooleanValueAsBoolean Gets the item's value as a boolBooleanbool. (Overrides XPathItem.ValueAsBooleanXPathItem.ValueAsBooleanXPathItem::ValueAsBoolean)
Public propertyValueAsDateTimeValueAsDateTimeValueAsDateTime When overridden in a derived class, gets the item's value as a DateTimeDateDateTime. (Overrides XPathItem.ValueAsDateTimeXPathItem.ValueAsDateTimeXPathItem::ValueAsDateTime)
Public propertyValueAsDoubleValueAsDoubleValueAsDouble Gets the item's value as a decimalDecimaldecimal. (Overrides XPathItem.ValueAsDoubleXPathItem.ValueAsDoubleXPathItem::ValueAsDouble)
Public propertyValueAsIntValueAsIntValueAsInt Gets the item's value as an intIntegerint. (Overrides XPathItem.ValueAsIntXPathItem.ValueAsIntXPathItem::ValueAsInt)
Public propertyValueAsLongValueAsLongValueAsLong When overridden in a derived class, gets the item's value as an longLonglong. (Overrides XPathItem.ValueAsLongXPathItem.ValueAsLongXPathItem::ValueAsLong)
Public propertyValueTypeValueTypeValueType Gets the .NET Framework version 2.0 type of the item. (Overrides XPathItem.ValueTypeXPathItem.ValueTypeXPathItem::ValueType)
Public propertyXmlTypeXmlTypeXmlType Gets the XmlSchemaTypeXmlSchemaTypeXmlSchemaType for the item. (Overrides XPathItem.XmlTypeXPathItem.XmlTypeXPathItem::XmlType)

Top