次の方法で共有


Int32Value.Implicit 演算子

定義

オーバーロード

Implicit(Int32 to Int32Value)

値を Int32 指定された Int32Value インスタンスに暗黙的に変換します。

Implicit(Int32Value to Int32)

指定した値を値に暗黙的に Int32 変換します。

Implicit(Int32 to Int32Value)

値を Int32 指定された Int32Value インスタンスに暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.Int32Value (int value);
static member op_Implicit : int -> DocumentFormat.OpenXml.Int32Value
Public Shared Widening Operator CType (value As Integer) As Int32Value

パラメーター

value
Int32

指定した Int32 値。

戻り値

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

適用対象

Implicit(Int32Value to Int32)

指定した値を値に暗黙的に Int32 変換します。

public static implicit operator int (DocumentFormat.OpenXml.Int32Value xmlAttribute);
public static implicit operator int (DocumentFormat.OpenXml.Int32Value value);
static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> int
static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> int
Public Shared Widening Operator CType (xmlAttribute As Int32Value) As Integer
Public Shared Widening Operator CType (value As Int32Value) As Integer

パラメーター

xmlAttributevalue
Int32Value

戻り値

変換された Int32 値。

例外

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

適用対象