Share via


XmlILStorageConverter.Int64ToAtomicValue Méthode

Définition

Convertit une valeur Int64 en XmlAtomicValue.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

value
Int64

Valeur de type Int64 à convertir.

index
Int32

Valeur de type Int32 qui fournit l'index de l'élément à convertir.

runtime
XmlQueryRuntime

Instance de la classe XmlQueryRuntime.

Retours

L'objet XmlAtomicValue de la valeur Int64.

S’applique à