Aracılığıyla paylaş


XmlILStorageConverter.Int64ToAtomicValue Yöntem

Tanım

Bir Int64 değeri değerine XmlAtomicValuedönüştürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

value
Int64

Dönüştürülecek tür Int64 değeri.

index
Int32

Dönüştürülecek öğenin dizinini sağlayan tür Int32 değeri.

runtime
XmlQueryRuntime

XmlQueryRuntime sınıfının örneği.

Döndürülenler

XmlAtomicValue Değerin Int64 nesnesi.

Şunlara uygulanır