UInt32Value-Member
Geschützte Member einschließen
Geerbte Member einschließen
Defines UInt32Value - UInt32 value for attributes.
Vom UInt32Value-Typ werden die folgenden Member offengelegt.
Konstruktoren
Name | Beschreibung | |
---|---|---|
UInt32Value() | Initializes a new instance of the UInt32Value. | |
UInt32Value(UInt32) | Initializes a new instance of the UInt32Value. | |
UInt32Value(UInt32Value) | Initializes a new instance of the UInt32Value by deep copy. |
Nach oben
Eigenschaften
Name | Beschreibung | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Geerbt von OpenXmlSimpleValue<T>.) | |
InnerText | Gets or sets the inner xml text. (Setzt OpenXmlSimpleValue<T>.InnerText außer Kraft.) | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Geerbt von OpenXmlSimpleType.) | |
Value | Gets or sets the value of the simple value. (Geerbt von OpenXmlSimpleValue<T>.) |
Nach oben
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a duplicate of this value. (Geerbt von OpenXmlSimpleType.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
FromUInt32 | Returns a new UInt32Value object created from UInt32. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns a String that represents the current value. (Geerbt von OpenXmlSimpleType.) | |
ToUInt32 | Returns the internal UInt32 representation of a UInt32Value object. |
Nach oben
Operatoren
Name | Beschreibung | |
---|---|---|
Implicit(UInt32 to UInt32Value) | Implicit converter from UInt32. | |
Implicit(UInt32Value to UInt32) | Implicit converter to UInt32. |
Nach oben