Partager via


XmlILStorageConverter.Int32ToAtomicValue Méthode

Définition

Convertit une valeur Int32 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 ^ Int32ToAtomicValue(int value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue Int32ToAtomicValue (int value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member Int32ToAtomicValue : int * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function Int32ToAtomicValue (value As Integer, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Paramètres

value
Int32

Valeur de type Int32 à convertir.

index
Int32

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

runtime
XmlQueryRuntime

Instance de la classe XmlQueryRuntime.

Retours

XmlAtomicValue

L'objet XmlAtomicValue de la valeur Int32.

S’applique à