UInt32Value クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
属性の UInt32 値を表します。
[System.CLSCompliant(false)]
public class UInt32Value : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<uint>
[System.CLSCompliant(false)]
public class UInt32Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<uint>
[<System.CLSCompliant(false)>]
type UInt32Value = class
inherit OpenXmlComparableSimpleValue<uint32>
[<System.CLSCompliant(false)>]
type UInt32Value = class
inherit OpenXmlSimpleValue<uint32>
Public Class UInt32Value
Inherits OpenXmlComparableSimpleValue(Of UInteger)
Public Class UInt32Value
Inherits OpenXmlSimpleValue(Of UInteger)
- 継承
- 継承
- 属性
コンストラクター
UInt32Value() |
クラスの新しいインスタンスを UInt32Value 初期化します。 |
UInt32Value(UInt32) |
指定したUInt32値を使用して、 UInt32Value クラスの新しいインスタンスを初期化します。 |
UInt32Value(UInt32Value) |
指定したUInt32Valueクラスをディープ コピーして、 クラスのUInt32Value新しいインスタンスを初期化します。 |
プロパティ
HasValue |
下のテキスト値が有効な値であるかどうかを示す値を取得します。 (継承元 OpenXmlSimpleValue<T>) |
InnerText |
属性の UInt32 値を表します。 |
InnerText |
内部 XML テキストを取得または設定します。 (継承元 OpenXmlSimpleValue<T>) |
TextValue |
古い.
内部生テキスト値を取得または設定します。 このプロパティは使用しないでください。 OpenXmlSimpleType.cs内部使用の場合のみ。 (継承元 OpenXmlSimpleType) |
Value |
単純な値の値を取得または設定します。 (継承元 OpenXmlSimpleValue<T>) |
メソッド
Clone() |
現在の値の複製を作成します。 (継承元 OpenXmlSimpleType) |
CompareTo(Object) |
属性の UInt32 値を表します。 (継承元 OpenXmlComparableSimpleValue<T>) |
CompareTo(OpenXmlComparableSimpleValue<T>) |
属性の UInt32 値を表します。 (継承元 OpenXmlComparableSimpleValue<T>) |
CompareTo(T) |
属性の UInt32 値を表します。 (継承元 OpenXmlComparableSimpleValue<T>) |
Equals(Object) |
属性の UInt32 値を表します。 (継承元 OpenXmlComparableSimpleValue<T>) |
Equals(Object) |
属性の UInt32 値を表します。 (継承元 OpenXmlSimpleValue<T>) |
Equals(OpenXmlComparableSimpleValue<T>) |
属性の UInt32 値を表します。 (継承元 OpenXmlComparableSimpleValue<T>) |
Equals(T) |
属性の UInt32 値を表します。 (継承元 OpenXmlComparableSimpleValue<T>) |
FromUInt32(UInt32) |
値から作成された新しい UInt32Value オブジェクトを UInt32 返します。 |
GetHashCode() |
属性の UInt32 値を表します。 (継承元 OpenXmlComparableSimpleValue<T>) |
GetHashCode() |
属性の UInt32 値を表します。 (継承元 OpenXmlSimpleValue<T>) |
ToString() |
現在の値を表す文字列型 (String) の値を返します。 (継承元 OpenXmlSimpleType) |
ToUInt32(UInt32Value) |
オブジェクトの UInt32 値表現を UInt32Value 返します。 |
演算子
Implicit(UInt32 to UInt32Value) |
指定した値をクラスに暗黙的にUInt32Value変換しますUInt32。 |
Implicit(UInt32Value to UInt32) |
指定したクラスを値に暗黙的にUInt32変換しますUInt32Value。 |