Aracılığıyla paylaş


XmlILStorageConverter.BooleanToAtomicValue Yöntem

Tanım

Boole değerini 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 ^ BooleanToAtomicValue(bool value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue BooleanToAtomicValue(bool value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member BooleanToAtomicValue : bool * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function BooleanToAtomicValue (value As Boolean, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parametreler

value
Boolean

Dönüştürülecek Boolean değer.

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 Boolean nesnesi.

Şunlara uygulanır