Freigeben über


UInt32Value.Implicit Betreiber

Definition

Überlädt

Implicit(UInt32 to UInt32Value)

Konvertiert implizit einen angegebenen UInt32 Wert in eine UInt32Value Klasse.

Implicit(UInt32Value to UInt32)

Konvertiert die angegebene UInt32Value Klasse implizit in einen UInt32 Wert.

Implicit(UInt32 to UInt32Value)

Konvertiert implizit einen angegebenen UInt32 Wert in eine UInt32Value Klasse.

public static implicit operator DocumentFormat.OpenXml.UInt32Value (uint value);
static member op_Implicit : uint32 -> DocumentFormat.OpenXml.UInt32Value
Public Shared Widening Operator CType (value As UInteger) As UInt32Value

Parameter

value
UInt32

Der angegebene Wert.

Gibt zurück

Eine neue UInt32Value instance mit dem -Wert.

Gilt für:

Implicit(UInt32Value to UInt32)

Konvertiert die angegebene UInt32Value Klasse implizit in einen UInt32 Wert.

public static implicit operator uint (DocumentFormat.OpenXml.UInt32Value xmlAttribute);
public static implicit operator uint (DocumentFormat.OpenXml.UInt32Value value);
static member op_Implicit : DocumentFormat.OpenXml.UInt32Value -> uint32
static member op_Implicit : DocumentFormat.OpenXml.UInt32Value -> uint32
Public Shared Widening Operator CType (xmlAttribute As UInt32Value) As UInteger
Public Shared Widening Operator CType (value As UInt32Value) As UInteger

Parameter

xmlAttributevalue
UInt32Value

Gibt zurück

Der konvertierte UInt32 Wert.

Ausnahmen

Wird ausgelöst, wenn value ist null.

Gilt für: