XmlILStorageConverter.Int64ToAtomicValue Método

Definição

Converte um valor Int64 em um XmlAtomicValue.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

Um valor do tipo Int64 a ser convertido.

index
Int32

Um valor do tipo Int32 que fornece o índice do item a ser convertido.

runtime
XmlQueryRuntime

Uma instância da classe XmlQueryRuntime.

Retornos

XmlAtomicValue

O objeto XmlAtomicValue para o valor Int64.

Aplica-se a