XmlILStorageConverter.Int64ToAtomicValue Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Converteert een Int64 waarde naar een XmlAtomicValue.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
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
Parameters
- index
- Int32
Een waarde van het type Int32 dat de index van het item levert dat moet worden geconverteerd.
- runtime
- XmlQueryRuntime
Een exemplaar van de XmlQueryRuntime klasse.
Retouren
Het XmlAtomicValue object voor de Int64 waarde.