UInt16Value 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
表示 UInt16 特性的值。
[System.CLSCompliant(false)]
public class UInt16Value : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<ushort>
[System.CLSCompliant(false)]
public class UInt16Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<ushort>
[<System.CLSCompliant(false)>]
type UInt16Value = class
inherit OpenXmlComparableSimpleValue<uint16>
[<System.CLSCompliant(false)>]
type UInt16Value = class
inherit OpenXmlSimpleValue<uint16>
Public Class UInt16Value
Inherits OpenXmlComparableSimpleValue(Of UShort)
Public Class UInt16Value
Inherits OpenXmlSimpleValue(Of UShort)
- 继承
- 继承
- 属性
构造函数
UInt16Value() |
初始化 类的新实例 UInt16Value 。 |
UInt16Value(UInt16) |
使用提供UInt16的值初始化 类的新实例UInt16Value。 |
UInt16Value(UInt16Value) |
通过深层复制提供的UInt16Value类来初始化 类的新实例UInt16Value。 |
属性
HasValue |
获取一个值,该值指示文本值下方的 是否为有效值。 (继承自 OpenXmlSimpleValue<T>) |
InnerText |
表示 UInt16 特性的值。 |
InnerText |
获取或设置内部 XML 文本。 (继承自 OpenXmlSimpleValue<T>) |
TextValue |
已过时.
获取或设置内部原始文本值。 请勿使用此属性。 仅供OpenXmlSimpleType.cs内部使用。 (继承自 OpenXmlSimpleType) |
Value |
获取或设置简单值的值。 (继承自 OpenXmlSimpleValue<T>) |
方法
Clone() |
创建当前值的副本。 (继承自 OpenXmlSimpleType) |
CompareTo(Object) |
表示 UInt16 特性的值。 (继承自 OpenXmlComparableSimpleValue<T>) |
CompareTo(OpenXmlComparableSimpleValue<T>) |
表示 UInt16 特性的值。 (继承自 OpenXmlComparableSimpleValue<T>) |
CompareTo(T) |
表示 UInt16 特性的值。 (继承自 OpenXmlComparableSimpleValue<T>) |
Equals(Object) |
表示 UInt16 特性的值。 (继承自 OpenXmlComparableSimpleValue<T>) |
Equals(Object) |
表示 UInt16 特性的值。 (继承自 OpenXmlSimpleValue<T>) |
Equals(OpenXmlComparableSimpleValue<T>) |
表示 UInt16 特性的值。 (继承自 OpenXmlComparableSimpleValue<T>) |
Equals(T) |
表示 UInt16 特性的值。 (继承自 OpenXmlComparableSimpleValue<T>) |
FromUInt16(UInt16) |
返回从UInt16值创建的新 UInt16Value 对象。 |
GetHashCode() |
表示 UInt16 特性的值。 (继承自 OpenXmlComparableSimpleValue<T>) |
GetHashCode() |
表示 UInt16 特性的值。 (继承自 OpenXmlSimpleValue<T>) |
ToString() |
返回一个 String 类型的值,该值代表当前值。 (继承自 OpenXmlSimpleType) |
ToUInt16(UInt16Value) |
返回 UInt16 对象的表示形式 UInt16Value 。 |
运算符
Implicit(UInt16 to UInt16Value) |
将值隐式转换为UInt16UInt16Value类。 |
Implicit(UInt16Value to UInt16) |
将指定的 UInt16Value 对象隐式转换为 UInt16 值。 |