次の方法で共有


UInt32Value.Implicit Operator

定義

オーバーロード

Implicit(UInt32 to UInt32Value)

指定した値をクラスに暗黙的にUInt32Value変換しますUInt32

Implicit(UInt32Value to UInt32)

指定したクラスを値に暗黙的にUInt32変換しますUInt32Value

Implicit(UInt32 to UInt32Value)

指定した値をクラスに暗黙的にUInt32Value変換しますUInt32

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

パラメーター

value
UInt32

指定した値。

戻り値

値を持つ新しい UInt32Value インスタンス。

適用対象

Implicit(UInt32Value to UInt32)

指定したクラスを値に暗黙的にUInt32変換しますUInt32Value

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

パラメーター

xmlAttributevalue
UInt32Value

戻り値

変換された UInt32 値。

例外

が のnull場合にvalueスローされます。

適用対象