XmlILStorageConverter.XmlQualifiedNameToAtomicValue Metod

Definition

Konverterar ett XmlQualifiedName värde till en XmlAtomicValue.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 static System::Xml::Schema::XmlAtomicValue ^ XmlQualifiedNameToAtomicValue(System::Xml::XmlQualifiedName ^ value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue XmlQualifiedNameToAtomicValue(System.Xml.XmlQualifiedName value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member XmlQualifiedNameToAtomicValue : System.Xml.XmlQualifiedName * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function XmlQualifiedNameToAtomicValue (value As XmlQualifiedName, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parametrar

value
XmlQualifiedName

En instans av klassen som XmlQualifiedName ska konverteras.

index
Int32

Ett värde av typen Int32 som innehåller indexet för objektet som ska konverteras.

runtime
XmlQueryRuntime

En instans av XmlQueryRuntime klassen.

Returer

Objektet XmlAtomicValue för värdet XmlQualifiedName .

Gäller för