다음을 통해 공유


XmlILStorageConverter.Int32ToAtomicValue 메서드

정의

Int32 값을 XmlAtomicValue로 변환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

value
Int32

변환할 Int32 형식의 값입니다.

index
Int32

변환할 항목의 인덱스를 제공하는 Int32 형식의 값입니다.

runtime
XmlQueryRuntime

XmlQueryRuntime 클래스의 인스턴스입니다.

반환

XmlAtomicValue

Int32 값에 대한 XmlAtomicValue 개체입니다.

적용 대상