UInt32Value クラス

定義

重要

この API は CLS 準拠ではありません。

属性の UInt32 値を表します。

[System.CLSCompliant(false)]
public class UInt32Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<uint>
type UInt32Value = class
    inherit OpenXmlSimpleValue<uint32>
Public Class UInt32Value
Inherits OpenXmlSimpleValue(Of UInteger)
継承
属性

コンストラクター

UInt32Value()

UInt32Value クラスの新しいインスタンスを初期化します。

UInt32Value(UInt32)

指定された UInt32 値を使用して、UInt32Value クラスの新しいインスタンスを初期化します。

UInt32Value(UInt32Value)

指定された UInt32Value クラスを深くコピーして、UInt32Value クラスの新しいインスタンスを初期化します。

プロパティ

HasValue

下のテキスト値が有効な値であるかどうかを示す値を取得します。

(継承元 OpenXmlSimpleValue<T>)
InnerText

内部 XML テキストを取得または設定します。

TextValue

このプロパティを使用しない。 OpenXmlSimpleType.cs 内部使用の場合のみ。 内部生テキスト値。

(継承元 OpenXmlSimpleType)
Value

単純な値の値を取得または設定します。

(継承元 OpenXmlSimpleValue<T>)

メソッド

Clone()

現在の値の重複を作成します。

(継承元 OpenXmlSimpleType)
FromUInt32(UInt32)

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

ToString()

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

(継承元 OpenXmlSimpleType)
ToUInt32(UInt32Value)

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

演算子

Implicit(UInt32 to UInt32Value)

指定した UInt32 値を UInt32Value クラスに暗黙的に変換します。

Implicit(UInt32Value to UInt32)

指定した UInt32Value クラスを UInt32 値に暗黙的に変換します。

適用対象