UInt32Value.Implicit 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| Implicit(UInt32Value to UInt32) |
指定した UInt32Value クラスを UInt32 値に暗黙的に変換します。 |
| Implicit(UInt32 to UInt32Value) |
指定した UInt32 値を UInt32Value クラスに暗黙的に変換します。 |
Implicit(UInt32Value to UInt32)
指定した UInt32Value クラスを UInt32 値に暗黙的に変換します。
public static implicit operator uint (DocumentFormat.OpenXml.UInt32Value xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.UInt32Value -> uint32
Public Shared Widening Operator CType (xmlAttribute As UInt32Value) As UInteger
パラメーター
- xmlAttribute
- UInt32Value
変換する UInt32Value。
戻り値
変換された UInt32 値。
例外
xmlAttribute が null の場合にスローされます。
適用対象
Implicit(UInt32 to UInt32Value)
指定した UInt32 値を UInt32Value クラスに暗黙的に変換します。
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 インスタンス。