次の方法で共有


XmlILStorageConverter.BooleanToAtomicValue メソッド

定義

Boolean 値を XmlAtomicValue 値に変換します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::Xml::Schema::XmlAtomicValue ^ BooleanToAtomicValue(bool value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue BooleanToAtomicValue (bool value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member BooleanToAtomicValue : bool * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function BooleanToAtomicValue (value As Boolean, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

パラメーター

value
Boolean

変換する Boolean 値。

index
Int32

変換する項目のインデックスを提供する Int32 型の値。

runtime
XmlQueryRuntime

XmlQueryRuntime クラスのインスタンス。

戻り値

Boolean 値の XmlAtomicValue オブジェクト。

適用対象