Compartir a través de


XmlILStorageConverter.Int64ToAtomicValue Método

Definición

Convierte un valor Int64 en XmlAtomicValue.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

value
Int64

Valor de tipo Int64 que se va a convertir.

index
Int32

Valor de tipo Int32 que proporciona el índice del elemento que se va a convertir.

runtime
XmlQueryRuntime

Instancia de la clase XmlQueryRuntime.

Devoluciones

El objeto XmlAtomicValue del valor Int64.

Se aplica a