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(OpenXmlComparableSimpleValue<T>) | 表示 UInt32 特性的值。(继承自 OpenXmlComparableSimpleValue<T>) | 
| Equals(T) | 表示 UInt32 特性的值。(继承自 OpenXmlComparableSimpleValue<T>) | 
| FromUInt32(UInt32) | 返回从UInt32值创建的新 UInt32Value 对象。 | 
| GetHashCode() | 表示 UInt32 特性的值。(继承自 OpenXmlComparableSimpleValue<T>) | 
| ToString() | 返回一个 String 类型的值,该值代表当前值。(继承自 OpenXmlSimpleType) | 
| ToUInt32(UInt32Value) | 返回 UInt32 对象的值表示形式 UInt32Value 。 | 
运算符
| Implicit(UInt32 to UInt32Value) | 将指定的 UInt32 值隐式转换为 UInt32Value 类。 | 
| Implicit(UInt32Value to UInt32) | 将指定的 UInt32Value 类隐式转换为 UInt32 值。 |