UInt32Value.Implicit 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
スローされます。