XmlILStorageConverter.Int32ToAtomicValue Metoda

Definicja

Konwertuje Int32 wartość na XmlAtomicValue .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

value
Int32

Wartość typu Int32 do przekonwertowania.

index
Int32

Wartość typu Int32 , która dostarcza indeks elementu do przekonwertowania.

runtime
XmlQueryRuntime

Wystąpienie klasy XmlQueryRuntime.

Zwraca

XmlAtomicValue

XmlAtomicValueObiekt dla Int32 wartości.

Dotyczy