UInt64Value 类

定义

重要

此 API 不符合 CLS。

表示 UInt64 特性的值。

[System.CLSCompliant(false)]
public class UInt64Value : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<ulong>
[System.CLSCompliant(false)]
public class UInt64Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<ulong>
[<System.CLSCompliant(false)>]
type UInt64Value = class
    inherit OpenXmlComparableSimpleValue<uint64>
[<System.CLSCompliant(false)>]
type UInt64Value = class
    inherit OpenXmlSimpleValue<uint64>
Public Class UInt64Value
Inherits OpenXmlComparableSimpleValue(Of ULong)
Public Class UInt64Value
Inherits OpenXmlSimpleValue(Of ULong)
继承
继承
属性

构造函数

UInt64Value()

初始化 类的新实例 UInt64Value

UInt64Value(UInt64)

使用提供UInt64的值初始化 类的新实例UInt64Value

UInt64Value(UInt64Value)

通过深层复制 UInt64Value 类来初始化 类的新实例UInt64Value

属性

HasValue

获取一个值,该值指示文本值下方的 是否为有效值。

(继承自 OpenXmlSimpleValue<T>)
InnerText

表示 UInt64 特性的值。

InnerText

获取或设置内部 XML 文本。

(继承自 OpenXmlSimpleValue<T>)
TextValue
已过时.

获取或设置内部原始文本值。 请勿使用此属性。 仅供OpenXmlSimpleType.cs内部使用。

(继承自 OpenXmlSimpleType)
Value

获取或设置简单值的值。

(继承自 OpenXmlSimpleValue<T>)

方法

Clone()

创建当前值的副本。

(继承自 OpenXmlSimpleType)
CompareTo(Object)

表示 UInt64 特性的值。

(继承自 OpenXmlComparableSimpleValue<T>)
CompareTo(OpenXmlComparableSimpleValue<T>)

表示 UInt64 特性的值。

(继承自 OpenXmlComparableSimpleValue<T>)
CompareTo(T)

表示 UInt64 特性的值。

(继承自 OpenXmlComparableSimpleValue<T>)
Equals(Object)

表示 UInt64 特性的值。

(继承自 OpenXmlComparableSimpleValue<T>)
Equals(Object)

表示 UInt64 特性的值。

(继承自 OpenXmlSimpleValue<T>)
Equals(OpenXmlComparableSimpleValue<T>)

表示 UInt64 特性的值。

(继承自 OpenXmlComparableSimpleValue<T>)
Equals(T)

表示 UInt64 特性的值。

(继承自 OpenXmlComparableSimpleValue<T>)
FromUInt64(UInt64)

返回从UInt64值创建的新 UInt64Value 对象。

GetHashCode()

表示 UInt64 特性的值。

(继承自 OpenXmlComparableSimpleValue<T>)
GetHashCode()

表示 UInt64 特性的值。

(继承自 OpenXmlSimpleValue<T>)
ToString()

返回一个 String 类型的值,该值代表当前值。

(继承自 OpenXmlSimpleType)
ToUInt64(UInt64Value)

返回 UInt64 对象的值表示形式 UInt64Value

运算符

Implicit(UInt64 to UInt64Value)

将指定的 UInt64 值隐式转换为 UInt64Value 类。

Implicit(UInt64Value to UInt64)

将指定的 UInt64Value 对象隐式转换为 UInt64 值。

适用于