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)

値から作成された新しい UInt64Value オブジェクトを UInt64 返します。

GetHashCode()

属性の UInt64 値を表します。

(継承元 OpenXmlComparableSimpleValue<T>)
GetHashCode()

属性の UInt64 値を表します。

(継承元 OpenXmlSimpleValue<T>)
ToString()

現在の値を表す文字列型 (String) の値を返します。

(継承元 OpenXmlSimpleType)
ToUInt64(UInt64Value)

オブジェクトの UInt64 値表現を UInt64Value 返します。

演算子

Implicit(UInt64 to UInt64Value)

指定した値をクラスに暗黙的にUInt64Value変換しますUInt64

Implicit(UInt64Value to UInt64)

指定したオブジェクトを値に暗黙的にUInt64変換しますUInt64Value

適用対象