次の方法で共有


XmlILStorageConverter.Int64ToAtomicValue メソッド

定義

Int64 値を XmlAtomicValue に変換します。

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

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

パラメーター

value
Int64

変換する Int64 型の値。

index
Int32

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

runtime
XmlQueryRuntime

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

戻り値

Int64 値の XmlAtomicValue オブジェクト。

適用対象