次の方法で共有


OnOffValue.Implicit 演算子

定義

オーバーロード

Implicit(Boolean to OnOffValue)

値を Boolean 値に暗黙的に OnOffValue 変換します。

Implicit(OnOffValue to Boolean)

指定したオブジェクトを値に暗黙的にBoolean変換しますOnOffValue

Implicit(Boolean to OnOffValue)

値を Boolean 値に暗黙的に OnOffValue 変換します。

public static implicit operator DocumentFormat.OpenXml.OnOffValue (bool value);
static member op_Implicit : bool -> DocumentFormat.OpenXml.OnOffValue
Public Shared Widening Operator CType (value As Boolean) As OnOffValue

パラメーター

value
Boolean

Boolean変換する値。

戻り値

変換された OnOffValue

適用対象

Implicit(OnOffValue to Boolean)

指定したオブジェクトを値に暗黙的にBoolean変換しますOnOffValue

public static implicit operator bool (DocumentFormat.OpenXml.OnOffValue xmlAttribute);
public static implicit operator bool (DocumentFormat.OpenXml.OnOffValue value);
static member op_Implicit : DocumentFormat.OpenXml.OnOffValue -> bool
static member op_Implicit : DocumentFormat.OpenXml.OnOffValue -> bool
Public Shared Widening Operator CType (xmlAttribute As OnOffValue) As Boolean
Public Shared Widening Operator CType (value As OnOffValue) As Boolean

パラメーター

xmlAttributevalue
OnOffValue

戻り値

変換された Boolean 値。

適用対象